Hi all, I am using PDFlib-Lite with Debian etch and aubit-4GL -> C compiler. I have LANG set to es_ES@ISO-8859-15 and Putty, Freenx, MySQL etc all work ok on...
... PDFlib does not use the LANG setting for controlling page contents since the PDF (and PDFlib) encoding machinery is more powerful. You must use the...
Vielen Dank for the quick reply! Karl ... From: "Thomas Merz" <tm@...> To: <pdflib@yahoogroups.com> Sent: Monday, August 04, 2008 8:27 PM Subject: Re:...
Hello all: I have a long paragraph of text which might occupy several pages. I have defined a textbox, then start to flow the text. The question here is I do...
I'm having trouble with high resolution images (22"x79" @300dpi). When trying to load an image of 6600px by 23700px I get the following error : Problems during...
Hi, you can create a dummy file which will be deleted afterwards. To determine the text chunks you can use the options "blind" and "rewind" of...
Kurt Stützer
kurt@...
Aug 6, 2008 9:29 am
18855
Hi there, Every component works well in my Debian box (Debian 4.0r3, Apache, MySQL, PHP 5.2.0). I have done the following steps: 1. Download pdflib Linux/Unix...
Don't know if this helps, I installed pdflib using the aubit 4gl compiler install scripts for lite but I recall it suggested something like running #libtool...
I see that there is a TET plugin for Windows, but not for MacOS. I've built the TET Lite package on Mac, and it works but sadly it doesn't contain the Acrobat...
... Sorry, we currently do not offer Mac versions of the TET Plugin. ... You are confusing PDFlib Lite, and open-source package for PDF creation, and TET, a...
Hi, We have just acquired a license key for PDFLib. This means that the PDFLIb 'stamp' no longer appears on pages. However, we now want to add a similar stamp...
Hello, just have a look at this sample: http://www.pdflib.com/pdflib-cookbook/pdf-import/stamp-pages/ Or search our cookbook for more solution for problems you...
We are using pdflib for creation of catalogs with losts of pictures. To decrease the file size of the resulting pdf-documents, I would like to write multiple...
Hi, When i try to convert a huge file to pdf, using pdflib 6.0, the application crashes. i am using a file of around 400 pages. The trace shows up like this. ...
Hi All, I have a PDF document with 2 columns (col1, col2) created with the PDF Block tool. I also have a PHP form setup with a text box which I can input text ...
Is there a way to link multiple text blocks with PHP? On the PDFLIB cookbook site, the only example they provide is in Java. Would someone happen to have a...
Is there a way to link multiple text blocks with PHP? On the PDFLIB cookbook site, the only example they provide is in Java. Would someone happen to have a...
Hey guys, So, don't tell me that you can't have inline text in the add_table_cell function. So if I had this $text = "<fontname=Arial>Text <fontname=Avenier>to...
Sorry I meant to say add_textflow not add_table_cell. What ever add_textflow returns goes to add_table_cell as textflow= So I guess to not confuse you: Can we...
... yes, it is possible. ... because you use the single fittextline feature. . ... well, you don't provide us with the $opt_list, so it's hard to answer this. ...
Hello, ... just call multiple add_textflow() calls, with the font options in the option list. As example, please see our starter_textflow (it is located in the...
But with that I will not be able to use inline. I still have to use option_list and my inline is very complex From orientation, font, fontsize, color, link,...
Hello kkvakic, ... for complex inline options, it's often much more easier to work with PDF_add_textflow() and so you can split the text into chunks and alway...
... The reason is you have no trouble with symbol and UTF-16 text and with text which contains the character '<' (see extra options in table 4.5 of the PDFlib...
Kurt Stützer
kurt@...
Aug 12, 2008 3:47 pm
18878
... created ... Any help with this would be greatly appreciated. Just need a PHP code for the java sample code on the cookbook page for linking blocks. =)...