I've another odd problem. I can load a PDF change a block and resave it easilly enough.. though it took me a while to figure out what was the problem - for ...
... First thing I see is you dont close your PDI document handle. You close the page but dont close the PDI document handle. Also you aren't doing a close...
When appending PDF Files using version 4.01 I get a green WWW.PDFLib.Com watermark on only the appending pages. I reinstalled PDFLib to makse sure my license...
I've been having a play with the block sample - businesscard.php. when I use another PDF to add fields into i get an error message Warning: No file specified...
Is your license for both PDFLib AND PDIlib? Or is it just for PDFLib? ... From: sco_cat [mailto:scott@...] Sent: Thursday, April 01, 2004 11:55 AM To:...
Hmmm, Do you stll have an email that starts with something like: **************************************************************** Subject: PDFlib GmbH: product...
I'm not sure. This was purchased before I got here. Do you know if the new version 5.03 is backward compatible with 4 or would I need to re-write everything? ...
It is evident that you don't have the license key for both PDFLib and PDILib applied, since you are getting the NAG when using PDI, but apparently not when...
Interesting.... When I try this "string sPDI = gPDF.get_parameter("pdi",0);" it returns true but I'm still not sure. ... and PDILib applied, since you are...
... This only means that PDI is present in the library that you are using, and does not relate to your license. If you get the green stamp your license does...
alright, adding that one line of oPDF.close before get_buffer fixed the problem... now a new question to pose: It seems as thought PDFlib does not support ver....
To use a 1.5 version you need to set the compatibility mode to 1.5. In your code you are setting it to 1.4 so only Acrobat 5 and lower PDFs will work. ...
... Wrong. ... This time I'll refer you to the manual; "compatibility" is your buzzword. Thomas _______________________________________________________________...
Have you tried using absolute paths? ... From: Alex [mailto:alexanderrigg@...] Sent: Thursday, 1 April 2004 23:46 To: pdflib@yahoogroups.com Subject:...
********************************************************** This only means that PDI is present in the library that you are using, and does not relate to your...
Hi Shaun yep I saw the stuff about using absolute paths on windows platforms so I tried using $searchpath = basename("c:/web/data"); PDF_set_parameter($p,...
Alex, you have a PHP problem, not a PDFlib problem. Please read the following link once again: http://de.php.net/manual/en/function.basename.php ... Today it's...
I'm having the same problem. I have done this in the code, but nothing seems to happen: $overprint = PDF_create_gstate($p, "overprintmode 1"); Then before each...
When changing the PDF_create_gstate to: $overprint = PDF_create_gstate($p, "overprintmode 1 overprintfill"); it seemed to work somewhat better. Problem solved!...
I have pdflib 4.0.3 and when I try to print a pdf file from Acrobat 6.0, it only print the background image but not the text, but I see the text in the...
Cecilia Diaz
adiaz@...
Apr 2, 2004 1:16 pm
10517
... Apparently the statement in parentheses is wrong. Actually, the "pdi" parameter was not meant to inform about the type of license, but rather the...
... this works only with PDFlib 5. What version of PDFlib did you use? It's always very useful to add such an important information to the mails, when you...
Hello! I am trying to find the right encoding for Courier in order to display the line draw characters available in the PC-8 code 437 symbol set. I am not sure...
I'm just a developer so I don't have direct access to the servers, although I'd like to. However I did find out we only have PDF 4.something, so I'm working on...
Hi, I am getting an error using : $font = PDF_load_font($p, "Helvetica-Bold", "builtin", ""); the error in the server's httpd error_log file is -- [error] PHP...
... If other PDFlib functions work chances are you have PDFlib 4 installed, but PDF_load_font() requires PDFlib 5. Either you switch to PDFlib 5, or change...