Hello, We are reviewing pdflib for our development purposes,and although I like the program, I'm having a lot of difficulty writing the new scripting (version...
Please send us a minimal code by which we can decide whether the described behaviour is a bug in PDFlib or not. Kurt ... -- ...
Kurt Stützer
kurt@...
Jul 2, 2007 7:34 pm
17399
Thomas Mertz wrote: * The limit of 8388607 objects is ... an Acrobat limit. Q1: Is this PDF Spec specific to 1.7, ie: does 1.3, 1.4, 1.5 have different...
This is the simplest code structure for your problem: $textflow = PDF_create_textflow($p, $text, $optlist); do { PDF_begin_page_ext($p, $width, $height); ...
Kurt Stützer
kurt@...
Jul 2, 2007 8:01 pm
17401
Q1 - the maximum number of objects in a PDF increased with version 1.3, . Prior to that, the maximum number of objects in a PDF was 250,000. See section C...
Leonard Rosenthol
leonardr@...
Jul 2, 2007 8:44 pm
17402
... I disagree. A PDF with more than 8 million objects can be perfectly valid PDF, albeit not being usable in Acrobat. This would of course make the document...
Hi there, I need to know if it is possible to place a .swf (just a vector-object) into a PDF using pdflib. Do I need to convert the file into a known type? And...
Thanks Thomas, For your quick reply. I will try to see if we can reduce number of objects per page. I will contact PDFLIB if any further assistance is need. ...
Hello all: Got an error message while try to add an image to my pdf file. The attached jpg is the file that report file. Anyone know how to deal with it? ...
Oh, never mind, I think I found the solution. Just need to add "honoriccprofile=false" in the option and load again when use PDF_load_image if I found the ...
... Exactly. Your JPEG image contains a damaged or unusable ICC profile; it is therefore refused by PDFlib unless you instruct it to ignore the profile....
Hi Has anybody set up PDFlib-PHP so that it is possible to generate Avery format PDF's? thanks, -- Dick Visser TERENA IT Support Officer TERENA Secretariat ...
Dick Visser
visser@...
Jul 5, 2007 11:27 am
17416
I googled, but found nothing about "Avery format PDF's". Is this an actual flavor of PDF? Or are you asking about doing an Avery Label Layout in a pdf? -Lou ...
... Yes ;-) I am now coding my own, but was wondering if there is something available already? -- Dick Visser TERENA IT Support Officer TERENA Secretariat ...
Dick Visser
visser@...
Jul 5, 2007 5:41 pm
17418
Does anyone know where I can get a NTS (non-ZTS, non-threadsafe) compile of PDFLib 7.x? I am running php on fcgi and it needs options....
I found this thread regarding alpha channel support for transparancy ... There was no mention as to what version of PDFlib this limitation pertained to. Has...
Actually, just use ImageMagick to convert that png to pdf. Then, import that pdf into your pdf page. PDF file does not have background at all. So, this will...
Actually, Jonathan, you've restated my problem exactly. As soon as I convert my file to a PDF, the background of the PNG8 image, which was transparent, is now...
I had a ASP.Net app that was working in my development environment with ASP.Net 1.0. Now that I have made the switch to 2.0, I can't seem to have my app...
... The following change was applied in PDFlib 6.0.3, maybe this ... Thomas _______________________________________________________________ Thomas Merz...
I use ImageMagick to convert PNG24 to a PDF file directly (use that convert.exe command) to reserve the transparency without issue For PNG8, pdflib support the...
Hi: I am evaluating pdflib 7 to generate unicode content and it seems "add_bookmark" works fine but not the "show". font = p.load_font("Arial Unicode MS",...
... You must supply a suitable encoding to the load_font() method. In order to create output from Unicode text use encoding "unicode". Note, however, that...
Hey folks, My program has been working splendidly and I have purchased my licenses for my office to use. I've come across a little snag. I've got a couple of...
Marc, I haven't actually tried, but under Windows at least, installing PDFLib is basically pointing to a single DLL plus a license key. If you can tell your ...
Ryan, you get an empty page for instance when the last line is empty because of one or more linefeeds behind the last text. But I didn't understand the...
Kurt Stützer
kurt@...
Jul 12, 2007 9:24 am
17442
Hi Thomas, Still no joy. I installed 6.0.4. I copied the two dlls: pdflib_dotnet.dll msvcr71.dll to the bin folder of my web app. Now, without the two dlls...