Hi Group, When I try to set a pdf parameter with the PDF_set_parameter() Funktion I get the following error: "PDFlib error: [2124] PDF_set_parameter: Can't set...
Hi there, I set the value immediately after I create the PDFlib object and before creating a page. Perl code: use pdflib_pl 5.0.0; PDF_set_value($p,...
Hmmmm, I just fixed the code, but now there is another error: "Fatal error: PDFlib error: [2016] PDF_open_pdi: PDF import (PDI) not supported in this...
Are both PDFLib versions exactly the same on both servers? Check your version documentation, it may require things set differently and this may be why you get...
... The serial number you are using doesn't include the PDI license. Check if you are using the right number. HTH, - Rob...
Rob Laveaux
rlaveaux@...
May 1, 2003 4:20 pm
7849
I've written some php scripts that generate a PDF file and stream it to the browser. The problem is that IE only displays the PDF file about 50% of the time -...
... Sorry for my sarcasm :-) The other server probably has a configuration file that sets the serial number. I think you can set it in some environment...
Rob Laveaux
rlaveaux@...
May 1, 2003 4:32 pm
7851
... I don't think so because I use the same serial on the other Server which successfully uses PDI. Alexander Mueller...
... serial ... used by ... Hmm... I realized that the serial is for the 4x Version of PDFLib. But I use 5.0.0. Are these keys compatible? Is there a way to...
Hi Keith, We had exactly the same problem. I do not remember the details but I believe that we finally switched to GET---the POST method did not work correctly...
Igor Khomyakov
ikh@...
May 1, 2003 5:03 pm
7854
Igor: Thanks so much. I changed the form method from POST to GET and it all worked perfectly! Thanks again, - Keith ... http://docs.yahoo.com/info/terms/...
keep in mind that if your sending data via GET there is data size limitations... it used to be 255 but its larger now. We were running into problems putting...
... No. You need a new serial for PDFlib 5. ... Yeah, that is what every sysadmin wants. But the world isn't perfect ;-) - Rob...
Rob Laveaux
rlaveaux@...
May 1, 2003 5:54 pm
7857
depending on your configuration you could also always re-direct them to the PDF. We save it to disk and the redirect a person to the file...All the files get...
... You are using PDFlib Lite, which does not include PDI. If you installed PDFlib (as opposed to PDFlib Lite) check whether another library may be pulled from...
There is no FREE version of PDFLib that includes PDI. If you want to take advantage of powerful software you have to pay for it. Note that you need a license...
... PDI is only available for commercial licensing. There is no free version of PDI. Thomas _______________________________________________________________ ...
Dear Sir, I download PDFlib 5.0 for test, and I'm trying to make the strings align to left / center /right. but I can't find the api in the manual. could you...
Hi, I am trying to create a PDF document containing the japanese charcters. But I am having problem with that. Some japanese charcters are missing in the PDF...
Hi Durgaprasada, I couldn't see the code of your own function pdf_set_font. Please send us the code. And tell us please the difference between the input and ...
Kurt Sttzer
kurt@...
May 2, 2003 1:00 pm
7867
Thanks for your quick reply. The PHP code is as follows, The charcter which does not get displayed digit one inside a circle. i.e. $B-!(B. If you can not...
I haven't checked in detail, but I believe your expectation is wrong since the circled digits are not even contained in your character set. See also ...
Thomas, Thanks a lot for giving me correct link. I got the solution from the link you had given. The characters are comming properly in PDF. Following is the...
PDFlib 5 supports custom CJK TrueType and OpenType fonts in addition to PDF's standard fonts. For details please refer to the manual. Thomas ... -- ...