... The GoTo flavor of Links indeed points to a page object, but page dictionaries do not directly reveal the corresponding page number - you would have to...
Hi, I am new to generating PDF documents. I am trying to make a PDF document from EMF file using C++. Can anyone share hints on how an emf can be converted to...
I'm hoping this didn't get lost because of the holidays. I'm not sure if this is a bug in pdflib, or if I can workaround it somehow. I'll appreciate any help...
Hello, I'd like to know if there is somewhere a list with all the error numbers and the messages associated. If you know such a list, please let me know. ...
Hi, We are considering using PDFLib for generating PDF documents for a clients web-based application. There are 2 important features that we need to be able to...
... PDFlib+PDI can do this. The process is 1) create a new document. 2) draw your background images. 3) import your original document into the new document...
Hi Lance, Thanks for the feedback. Understood regarding your comments on copying/pasting. So will will need PDI to do the watermarking/background image? ...
... Yes. PDI is the only way for PDFlib to put new content in an existing PDF. If, however, your goal is to create the non-watermark content also in PDFlib,...
Hi Lance, Thanks again for the quick reply. Just to confirm, the intention would be to create both the watermark and the non-watermark content (i.e. the actual...
... Ok. In that case, you would not need PDI unless your watermark image is a PDF or you otherwise needed to get existing PDF content into your generated PDFs....
... the evidence is, your Java 1.6 use an older PDFlib version. Maybe due to different classpath or LD_LIBRARY_PATH settings, Java 1.6 might use an older...
... Hash: SHA1 Hi there, we are using PDFlib 6 PDI to generate PDF files based on user-input data. Sometimes there are characters in the input data that are...
Lars Grunewaldt
lgw@...
Jan 6, 2008 8:12 pm
18108
Hi Lars, you can set "glyphwarning=false" in the option list of pdf_create_textflow(). By "textwarning=false", each exception throwing will be disabled. The...
Kurt Stützer
kurt@...
Jan 7, 2008 10:12 am
18109
Hi Cindy, please contact support@... and send a PDF file together with a log file. Kurt ... -- ...
Kurt Stützer
kurt@...
Jan 7, 2008 10:22 am
18110
I need to be able to fit a table without knowing in advance the contents of any cell, the height of any row, the total height of the table and hence the lly...
... Hmm... In trying to get this working I discovered that if I specify a row height then the table doesn't stretch to the bottom of the page but only to the...
... Hi, You can fit your table with the max height available in your page, and then call PDF_info_table with the parameter "height", and you'll know how much...
... Yes! ... You can specify a fix row height sufficiently large enough. in addition text flows seem to ... Yes! You can specify also a fix table row height...
Kurt Stützer
kurt@...
Jan 8, 2008 10:45 am
18116
Are you alone? Want to meet casual girls in local area? This site is for people to find casual love or long-term. Many girls have joined. It's simple. You just...
We are producing PDF documents, using PDFlib 7.0.2 for .NET and unicode encoding. In this special case we want to create an operating manual, based on XML data...
... We don't provide such a fallback method for characters currently. But we keep in mind this feature for later versions. You can check the availability of a...
Kurt Stützer
kurt@...
Jan 8, 2008 7:14 pm
18119
Arialuni contains every character that's in normal arial as well. just use it and you should be fine....
Hi list, what would be your solution for converting simple HTML Code into a pdf, generated by pdflib. Here is an example of some html code: Some text...
Martin Borer
mbarts@...
Jan 8, 2008 11:03 pm
18121
Hello, I am interested in the PDFLib Text Extraction Tool Kit software that will allow me to perform the following task: 1. select text from PDF file that...
... Using TET you can extract all text on a PDF page, and then decide (based on the content) how to proceed. Alternatively, you can specify regions of interest...
Yes, I mean "wrong" characters, indeed :) For instance, our customer uses unicode 0x2205 () for the diameter sign (actually this is the mathematical symbol...
Unfortunately, the Arial Unicode glyphs look slightly different than the Arial glyphs, so we can't use the unicode font if the customer says, he wants 100%...