Studying in Australia: Australia’s overseas student program The Australian Government operates an overseas student program (OSP) that allows people who are...
Hi, the part of the configure.in script for the Ruby bindings has fallen victim to the copy/paste bug. Changes marked below for successful compilation. Apply...
I am writing a .Net web app in c# that needs to return block information from an existing pdf document/template. I know this sounds crazy, but I have not been...
... Assuming you are talking about PDFlib Blocks that you want to query in the PDF, the pCOS manual contains many examples for retrieving Block details; the...
I have received a big PDF file of 150 pages for proofreading. It is a book which is about to be published. I want to correct just one word of the book. Can I...
Thomas, Yes, I am referring to the pdfLib blocks. Is there another manual besides the one found here: http://www.pdflib.com/products/pcos/info/pCOS-manual.zip...
Thanks for this report. Unfortunately the problem did not show up before as our builds just use the standard paths from the configure. However the next release...
Ok, I tried using pCos to get the block information, but do not know what data type will be returned. ...I have no idea what a dict object is. I also tried...
Ok, I tried using pCos to get the block information, but do not know what data type will be returned. ...I have no idea what a dict object is. I also tried...
Hi Tesin, Do you get the error message "Metrics data for font '...' not found"? This error message is slightly misleading, because this message masks in some...
Kurt Stützer
kurt@...
Apr 3, 2006 2:15 pm
15051
... Dictionaries are discussed in section 3.2 of the pCOS manual. There are no dicts at the pCOS interface level; instead, you can enumerate their contents,...
I am using PDFlib-Lite-6.0.3 , 1) I want to stretched a picture on the top of every page i have it on a size of 20 pixels how can i stretched it verticaly...
hello asaf, 1) i think you have to calculate the scale factor for y by yourselfe. there is no fit methode that will do it for you. calculate the scale factor...
Hi and sorry if this has already been discussed. I've searched the group and the manual but I haven't had luck finding a answer or solution to my problem. ...
hi gary, use inline formatting. see manual chapter 4.9.3 llap michael ... -- ... * KONTRAST Communication Services* *Michael Winterberg* Director Consulting IT...
I have the following code which produces no result: <?php $pdf = PDF_new(); PDF_open_file($pdf,''); PDF_begin_page($pdf,595,842); $img="image.tiff"; $image =...
... PDF_open_file is deprecated. Please use PDF_begin_document(). ... Are you sure that the image handle $image is valid, i.e. not -1 ? You get -1 when PDFlib...
Kurt Stützer
kurt@...
Apr 5, 2006 3:37 pm
15061
Thank you for your reply. With your input I was able to correct my buggy code. The following now works: <?php $pdf = PDF_new(); PDF_begin_document($pdf,''); ...
... For this purpose you must enter a name list of that paths where PDFlib can find the image files. For each path name you must call PDF_set_parameter($pdf,...
Kurt Stützer
kurt@...
Apr 5, 2006 5:48 pm
15063
I do not see how PDF_fit_textflow fits into this equation? The images are located in 4 differenct directories. So I imagine that : PDF_set_parameter($pdf,...
Hi, I'm getting the following error from pdflib: [1,000] create_textflow: Out of memory in function pdc_read_file Why would I be getting this? Thanks Dan...
We are currently using FreeBSD 4.x and PHP and want to update PHP to v5.1. However, it seems you took the link off the download site for the FreeBSD 4.x...
... PDFlib regards the quotation mark » (U+00BB) as open punctuation and the quotation mark « (U+00AB) as close punctuation. The common notation ......
Kurt Stützer
kurt@...
Apr 6, 2006 8:29 pm
15068
Thank you for your helpful response. The problem is solved so far. ... with ... one....