... You must define the spot color (with PDF_makespotcolor()) before you can use it; otherwise PDFlib (and Acrobat...) won't be able to deal with it. The...
Hi folks, I'm using PDFlib with PHP binding and try to set soft hyphens by inserting character-references like ­ inside my string: $string="blah...
Lars Pennig
l.pennig@...
Feb 1, 2005 3:25 pm
12553
Is there the remote possibility to turn of the wordwrap of this (pdf_create_textflow) function? Thanks in advance.....
Thanks for the fast reply. I've got it now. But it seems, that properties with percent values can't be read out. For example the property "leading". I have to...
... Reading percentage values is a bit tricky. They are stored in the PDF in the following format: /leading [130.0(%)] I.e. an array containing a float value...
... "" is the cahracter reference for "soft hyphen" and not for "hyphen". This could be the reason for "randomly". Soft hyphens will only be converted to...
Kurt Stützer
kurt@...
Feb 1, 2005 4:15 pm
12558
Hello, I use pdflib with a tomcat server, it works fine, but there's a problem when I reload my application context (with tomcat manager or when it detects a...
... Did you try the suggestions in the Java-specific readme file? Thomas _______________________________________________________________ Thomas Merz...
... problem ... already ... Where do you have the pdflib.jar file located in your tomcat installation? You should have it locate in the Tomcat/shared/lib ...
Nico, I'm wondering if you would mind giving me a little info on what you're doing here... I was told that we should look into storing our PDF reports in a...
Carl, Thanks for the try... I just noticed your reply (checking again to see if anyone did respond).. but that still didn't help. I still get the Page not...
When I put some text in a textflow wich is not terminated by linebreaks, the textflow will automaticly wrap the words. What I need is the alignment function of...
I've just install the new PDFlibBlock plugin in Acrobat and I can't create default text with several lines, in the older version of the plugin I just had to...
I assume you are trying to show, printing on a curve, like a curved baseline, right? So you want the characters to slant along the baseline. Or do you just...
... I'm useing pdflib_dll.lib & pdflib_dll.dll in package PDFlib-6.0.1- Windows-BCC.zip. ... how to use p.resume_page(), can you give me an example? tks. ...
The solution to this is to reboot the Windows 2003 server. This is a known problem, according to the PDFlib support people. We rebooted our server, and PDFlib...
I have to write a list of items (as an invoice) that I'd like to divide with some horizzontal lines into a textflow. Is there a way to draw a line inside a...
Hi, Nico, you can interrupt textflow output by option "return" with own keywords. After an interruption of fit_textflow you can draw lines. Then you can call...
Kurt Stützer
kurt@...
Feb 3, 2005 11:37 am
12577
Hi again. I need to add, on each page, its number / total pages number. I mean, if the document has three pages, on the first page I need to write "page 1 of...
Hallo Nico, it's very easy with pdflib 6. Look in the documentation under PDF_resume_page PDF_suspend_page Here you can jump between the pages. Matthias...
Kunsmann, Matthias
kunsmann@...
Feb 3, 2005 1:01 pm
12579
This may be obvious to some members of the group, but I didn't see anything in the documentation on how to do it: My program needs to be able to load an...
Thomas - are these mini samples posted somewhere on the web? I do not own PDFLib.. I am developing with it for a client who owns the license.. so I don't have...