good day... i am not sure if this is related to PDFLIb... HOW DO I CHECK (in PHP) IF A GENERATED PDF Document IS SAVED BY THE CLIENT IN HIS MACHINE? Is there...
Hya. Could you please post som information on PDFLib 5? - when will it go in a public beta release, and when is the final product intended to be released? I...
binnerup2000 <brian@....
brian@...
Jan 2, 2003 7:49 am
6924
Hello, I have a very difficult problem that I am trying to solve - and I think that external image references may help... But, everything I read abotu them...
... How does the assembly take place? Is it manual or automatic/programmatic? Do you have control over the process? ... That assumes that you prebuild each...
Leonard Rosenthol
leonardr@...
Jan 2, 2003 4:24 pm
6926
Please help. I am creating a PDF by placing an existing PDF using PDI. The resulting file opens fine in Acrobat and Photoshop, but will not open in...
dcasegr <dcasegr@...>
dcasegr@...
Jan 2, 2003 8:09 pm
6927
What versions of Illustrator, Photoshop and Acrobat are you using? -- Peter On Thursday, January 2, 2003, at 12:09 PM, dcasegr <dcasegr@...>...
... Yeah, it's programmatic so I have a lot of control over it... ... That is an interesting twist on it too.... ... Internet ... Well, the product runs off of...
... I think you will find this the best approach. Only downside is that the client will have to wait some amount of time while you "build the document" - but...
Leonard Rosenthol
leonardr@...
Jan 2, 2003 9:10 pm
6930
PageMaker 7, Illustrator 10. ... 12,...
dcasegr <dcasegr@...>
dcasegr@...
Jan 3, 2003 5:50 pm
6931
Hello, I'd like to be able to deploy an application written in Powerbuilder, without having to include an OCX - our customers have very limited technical...
t_coolidge <t_coolidg...
t_coolidge@...
Jan 3, 2003 6:59 pm
6932
Although it's called the PDFlib ActiveX edition, what we offer is really not an OCX but a plain COM DLL which can easily be deployed from all COM-aware...
Hi there, I have some problems getting PDFLib to work with PHP 4.3.0. I downloaded PDFLib from pdflib.com and decided to install it as a Loadable Module (DSO)....
slavakobzaria <xso@...>
xso@...
Jan 4, 2003 8:49 pm
6934
Does anyone know if PSP will work in PHP 4.3.0? Has anyone had any success getting this to work? I installed the .dll to the entensions folder and have it...
gerrygerrygerrygerry2...
gschafer@...
Jan 5, 2003 5:34 am
6935
Basically we have written a small javascript which triggers a servlet to generate PDF every 5 seconds from the browser. If I have two browser sessions doing...
The PHP developers introduced changes which make PDFlib 4.0.3 source and binary incompatible with PHP 4.3.0. We already made the necessary changes in our...
PSP will work with PHP 4.3.0 (unlike PDFlib 4.0.3, which requires source code changes). Maybe you are running into problems related to permission settings or...
I'm trying to set my page size to US legal (8x14 inch) by using this call: PDF_begin_page($p, 612, 1008); But when I print, the page is resized to US letter...
Thomas- Hmmm.... I suppose permissions problems might be possible... but I consider it highly unlikly! I haven't ever had any problems with permissions before....
gerrygerrygerrygerry2...
gschafer@...
Jan 6, 2003 6:24 pm
6940
pdf_begin_page($pdf, (72 * 11),(72 * 8.5)); this is code that I have used with no problem regards, John ... From: tmwhoola <tmanning-yahoospam@...> ...
Thomas- I tried installing a newer php_pdf.dll, I was unable to get it to load correctly... here's what happens (3 times per php execution): Alert: "The...
gerrygerrygerrygerry2...
gschafer@...
Jan 6, 2003 6:49 pm
6942
pdf_begin_page($pdf, (72 * 11),(72 * 8.5)); this is code that I have used with no problem pdf_begin_page($pdf, (72 * 14),(72 * 8.5)); should work for you ...
I have the following code that puts a tiff image into pdf form. If I don't use the rotate feature the page is displayed as expected. As soon as I add the...
You probably want to do a translate first to wherever the center of the image is before you do a rotate- that way it'll rotate around the image, and not the...
Thank you Gus. This worked with the following change for scale pdf_translate( $pdf_doc, $imageHeight * $Scale, $pageHeight - ( $imageWidth * $Scale )); ... ...
As a general rule of thumb I would suggest that you pick up copies of the Adobe PostScript Red, Green and Blue books*. As it looks like Thomas designed PDFlib...
Douglas Hanna
douglas.hanna@...
Jan 6, 2003 10:58 pm
6947
Basically we have written a small javascript which triggers a servlet to generate PDF every 5 seconds from the browser. If I have two browser sessions doing...
I'm looking for help regarding PHP, PDFLib & HTTPS. I have a php app that generates PDF documents using PDFLib. When running the app via HTTP, everything works...
Glen Bayliss
glen@...
Jan 7, 2003 7:16 am
6949
Hello! How do I tell the pdflib in PHP that it should open up a new page and continue on that page? Thanks, Christoph...
Christoph <eicke@...>
eicke@...
Jan 7, 2003 10:15 am
6950
Okay. I've searched this forum, read the manual and experimented for 2 days and am still unable to select a font other than the base 14. Here is one of the...