Hello, I require my application to read the comments on the first page of the pdf and use it for further processing. Is there anyway to do that without use of...
I am writing an application that create a PDF file in two steps. 1st: Import some pages from a PDF file to the new created file. 2nd: Use PDFLib to write text...
KC Leung
kleung@...
May 1, 2007 8:47 pm
17093
... If you are using PDFlib+PDI it includes the pCOS interface which can be used to query all kinds of PDF items, including annotations.r ... The limits are...
The PDF_begin_page_ext() function will create a new page with white background, I am wondering if it's possible to begin a new page with transparent background...
Hello, I'm new to this list and currently evaluating PDFlib TET for my employer. We previously used PDFBox to extract text from PDF documents but due to too...
We use long german texts (text-alignment: justified) in our program (about 20 A4 pages) and we noticed a strange phenomenon in the automatic hyphenation (we do...
We depend on the "pdf_info_textflow" function with the "remainchars" option, because we let pdflib take care of the page-breaks in our program, but we need to...
Hello thom, ... I'm sorry that I cannot help you... But german hyphenation is also an issue for me. How do you insert soft-hyphenation-characters into the...
Benedikt Quirmbach
benedikt@...
May 4, 2007 11:31 am
17105
... There is no automatic hyphenation in PDFlib. If you do not provide any soft hyphens (and hyphenation is activated), PDFlib will have to force-hyphenate...
... There was a bug in TET_open_document_mem() which caused the above misbehavior. The bug has already been fixed; please contact our support to request a...
Hi, ... yes, this is the way to do it... But where did you get the data for the mysql-table? This is exactly what I was looking for. Or maybe one could use a...
Benedikt Quirmbach
benedikt@...
May 4, 2007 12:09 pm
17109
There are many free dictionarys around, which include hyphenation, which you can use - ispell, aspell, and others....
... Actually, PDFs automatically have a transparent background. Or more accurately, no background at all. It is the PDF viewer, not creator, which usually...
Hi, I am using the PDFLite Lite 7.0.1 in VS2005. I have problems on compiling the "Hello" sample program. Here is the errors I got: 1>------ Build started:...
For a rather long time we used PDFLIB 6.0 in our company. Since we switched to pdflib 7.0 almost one third of our text - which have automatic page-breaks - did...
Free service to shorten long URLs, short URL always looks better ! Visitors counter. * Redirection to any page. * Perfect for long Amazon Affiliate URLs. * ...
Free service to shorten long URLs, short URL always looks better ! Visitors counter. * Redirection to any page. * Perfect for long Amazon Affiliate URLs. * ...
Error Type: PDFObject.Create (0xFFFFFC18) Object doesn't have 'obj' tag i am recieving this error when i try to access my binary files using the following...
Or then it's working in a way that I can't comprehend. The line that is commented out writes some of the text on top of the earlier text on the same line(and...
Thank you for this tip! Do you know any tutorial or advice on how to use them as hyphenation dictionaries under php? I did not find any on the web......
Benedikt Quirmbach
benedikt@...
May 9, 2007 8:41 am
17123
Hi, ... just one other idea about hyphenation and PHP: http://pear.php.net/package/Text_TeXHyphen just found this project, but not yet tested in detail. Rainer...
Hi, I have found the command "ps_hyphenate" in the php documentation. With this command you can get an array of positions where to hyphenate a word. Afterwards...
Benedikt Quirmbach
benedikt@...
May 9, 2007 9:39 am
17125
Hi, what character must I use to prevent PDFLib to break a line at a white space? char encoding is winansi. We have a lot of adresses that must be written in a...
Benedikt Quirmbach
benedikt@...
May 9, 2007 11:35 am
17126
Hi, ... encapsulate the text with inline options and use the option avoidbreak. Rainer -- Rainer Plöckl rp@... http://www.pdflib.com ...
I'm new to using the library but have learned a lot in the past few days. Can anyone help me figure out out to load an existing pdf into memory and then export...