[we're using PDFLib 7.0.3 PHP binding on Win XP] We have a $pdf->fit_textflow and "minfontsize=6%" works fine, however when we try "minfontsize=10" (or any...
Hi. We have tried to insert a PNG 8 image which keeps transparency into documents created with pdf-lib 7.0.2. But when we tried with PNG 24 images the...
... PDFlib 7 does not use alpha channels in PNG, but only converts single transparent color values to PDF (for details see manual). Presumably, in your case...
PDFlib GmbH announces the immediate availability of a new major release of PDFlib TET. TET is a developer product for reliably extracting text and raster...
... I guess the image contains an Alpha channel, although its not visible in Photoshop under the Channels tab - like in other image formats. The PNG-24 format...
... Yes, there is a full alpha channel in the image which is not supported by PDFlib 7. ... Yes... ... ...when it's ready, which will take a while. Thomas ...
Hello, If you have Photoshop you can use an automation to transform your PNG Library in a PDF Library. After, you can use easily PDF File with transparency in...
19331
Benedikt Carda
carda@...
Feb 5, 2009 3:13 pm
Hello All, I try to install pdflib on a new CentOS Linux box (Centos 5.2). I have already successfully installed the pdflib package itself, now I try to get...
Hi, is there a way using one of PDFlib's products to reduce the resolution in an existing PDF file? I had a look at PLOP which pretty much does all the...
I have a small project to convert one of the PCOS samples in the PDFlib cookbook to a PHP script with some modifications. ...
19335
Leo R. Lundgren
leo@...
Feb 5, 2009 11:32 pm
Hi Ben, I was unable to send mail to you (the recieving server said "550 sorry, mail to that recipient is not accepted (#5.7.1)"). Please contact me off list...
I've searched a bit, but I'm not sure on the terms. We have a web to print-tool that works great with PDFLib to print cards on demand. The issue I'm having...
... Most likely the image has some transparent areas. You can try the "ignoremask" option of PDF_load_image(): it instructs PDFlib to ignore transparency...
Hello, I want to extract plain text from a PDF like you can do manually by opening the PDF in Acrobat Reader, selecting all the text and copy it to clipboard....
... Our product TET (Text Extraction Toolkit) is your friend. It comes with a PHP language binding. The "concordance" example in the TET Cookbook demonstrates...
Hi kurt, Can you please give me an example on weblink. PDF.add_weblink x, y, x, y, "http://www.example.com" PDF.show_xy "Example", x, y I tried it this way. ...
Hi kurt, Can you please give me an example on weblink in pdflib 4.0.3. PDF.add_weblink x, y, x, y, "http://www.example.com" PDF.show_xy "Example", x, y I tried...
Hello Princi_fish, ... this is fine, but you shouldn't use for the lower left and uper right corner the same coordinates. Please see PDFlib 4.0.3 Manual ...
I'm guessing you're creating a proof PDF that shows the tan background of the paper and getting a non-transparent image knocking out that background? Maybe you...
Hello, I need to find the exact portion of a textflow that gets placed on each page. Since there is no tool for this provided, I have written a script that ...
19347
Kurt Stützer
kurt@...
Feb 10, 2009 7:33 pm
Brian, we implemented in PDF_info_textflow() the two keys "used" and "remainchars". By means of the key "used", you can retrieve the used text as percentage of...
Hi Kurt, Thanks for the response. My application allows a user to create a PDF based on their writing, mainly in the form of journal entries saved to their...
Hi, I am using begin_document() to create a new PDF. But by default it dumps newly created PDF in my program folder. I want to set up path/folder where the new...
Hi, ... I assume you have some permissions issues here. In error case, it's recommended to retrieve the PDFlib error reason: MsgBox(oPDF.get_errmsg()) Reasons...
Abro, What version of PDFLib do you have? For what development environment? It appears you are using VB6 or less? Does there actually exist a directory called...
... Hi Lou, thanks for the reply, you are right the directory didnt existed ( i thought it would automatically be created).so by adding this line i solved the...
I need to output a dynamic pdf file using pdflib, and run into a problem to display text/character along an arc, which is required by the project, does any...