Hello, I'm a new user of pdfLib 6.0.1. I use c# textflow = p.create_textflow(Macro+Texte,OptionList); p.fit_textflow(textflow, x1, y1 , x2, y2, "fitmethod=auto...
Hallo, I have a problem with editing a pdf file. I have set some blocks in a pdf file and then I open this pdf file and fill the blocks with some text and...
I am looking for the best way to get from a wysiwyg interface to a PDF. I have checked through the past several months of messages and did not see a real...
Hi, I am attempting to install PDFlib-Lite-6.0.1.dmg on my computer, which is an apple running mac os x 10.4, and I am having some problems. I am using pdflib...
Hi everyone. I have a problem with pdflib form : I generate a form fielded pdf with pdflib that i load on a pocket PC with "Adobe reader Pocket PC". When I...
Hello, I am trying to create a PDF template with image blocks to be populated by PHP dynamically. The design, however, calls for an oval shape for the block. I...
Hi, When I use <underline=true> in texts for use with fit_textflows I can't set the color of the line, even setting a stroke of fillstroke color doesn't help....
Arnold Spruijt
arnold.spruijt@...
Jul 5, 2005 10:11 am
13505
Hi Arnold, this bug is fixed in the maintenance release 6.0.1 of PDFlib. Kurt ... -- Kurt _______________________________________________________________ Kurt...
Kurt Stützer
kurt@...
Jul 5, 2005 10:26 am
13506
Hi Kurt, I am using the 6.0.1p1 version, I can't seem to find the 6.0.1 version you are talking about. (I read the change log) I can only access this link on...
Arnold Spruijt
arnold.spruijt@...
Jul 5, 2005 10:34 am
13507
Hi Arnold, maybe another bug. Please send a e-mail to support@... with a small code snippet to reproduce the bug. Thanks! Kurt ... -- Kurt ...
Kurt Stützer
kurt@...
Jul 5, 2005 11:03 am
13508
... Firstly, it was not a bug fix, but a feature request :-) and secondly, there's a typo above. Please wait for the 6.0.2 maintenance release in a few weeks. ...
i have got lots of pdf with junk in the metadata fields, so i want to open them and change it but this code give me errors, which code would be the right one? ...
... Yes. Only XML-based forms, which PDFlib doesn't support, can be used on Reader for PocketPC. You can use Adobe LiveCycle Designer 7 which comes with...
leonardr@...
Jul 5, 2005 2:53 pm
13512
Visit our forum to actively participate in the community. Here one may discuss many aspects of the arts as well as connect and network with others. ...
Gosh, I wanted to use the Web server generation "on the fly" of PDFlib for my application, and I don't know if LiveCycle can be installed on a web server for...
... Yeah, that would be a problem since, as you surmise, Designer can't be used on a server. Leonard...
leonardr@...
Jul 6, 2005 12:20 pm
13515
Hi Everyone! I was wondering, what is the best method for printing envelopes with pdf lib? Right now i have it print verticle text on a full 8.5x11 inch pdf...
Hi! I am evaluating PDFlib to see if it is anything for us. So i have a cople of questions. 1. We want to watermrk allready exsisting PDF files without losing...
Is there any danger in not calling close_pdi if I'm going to be calling delete() moments later? For example, let's say I open 50 pdf files for import. I call...
Hi, I'm working on a PHP script which opens some PHP files, loops through all of the pages, and imports them all into one PDF file using PDI. The snippet of...
Hi all. I need to justify also the last row of a Textflows. I mean even if the last row of the text is shorter than the entire block, I'd like it is justifyed....
I'm attempting to create a jpeg from a PDF generated by pdflib -- I've read a bunch of documentation, and posts in this group, and am ready to tear my hair...