Questions tagged [pdflib]

PDFlib is a library for generating and manipulating files in Adobe’s well known Portable Document Format (PDF).

PDFlib is a library for generating and manipulating files in Portable Document Format (PDF). The library is a commercial product from PDFlib GmbH, a German company that builds and maintains the library.

PDFlib - A library for generating PDF on the Fly

PDFlib is the leading developer toolbox for generating and manipulating files in the Portable Document Format (PDF). PDFlib’s main targets are dynamic PDF creation on a Web server, or any other server system, and to implement "Save as PDF" in existing applications. You can use PDFlib to dynamically create PDF documents from database contents, similar to dynamic Web pages. PDFlib has proven itself in a wide range of other use cases as well. Application programmers need only decent graphics or print output experience to be able to use PDFlib quickly. Since PDFlib frees you from the technicalities of the PDF file format, you can focus on acquiring the data and arranging text, graphics, and images on the page.

Lots of information and coding samples can be found in the free PDFlib Cookbook which contains sample code for PHP and Java.

257 questions
-1
votes
1 answer

How to install pdflib in xampp?

I want to install pdflib on my xamppserver. I download pdflib 9 and copied php_pdflib.dll and pasted on ext. Also I have added extension=php_pdflib.dll in php.ini, but I am still getting error message.
-2
votes
1 answer

How can I extract highlighted text from PDF file using PHP?

I want to make a web application to extract the highlighted text from a PDF file. I've used fpdf and PDFlib for many purposes but I don't find them helpful in this. Please tell me how I can do it. Or at least tell me which PHP libraries or…
1 2 3
17
18