Can you guys list available PDF libraries to manipulate PDF files?
- Is it freeware or open-source?
- What language(s) it is available for?
- What is it good for?
|
Can you guys list available PDF libraries to manipulate PDF files?
| ||||
|
feedback
|
|
My favorite is iText: http://www.lowagie.com/iText/ It is java based, but there are several ports for the .NET framework one of which can be found here: http://www.ujihara.jp/iTextdotNET/en/ | |||||
feedback
|
|
I've used Pdftk (PDF toolkit) for several different projects after learning about in the PDF Hacks book by O'Reilly (the book is recommended as well, even though it may be a bit out of date now). Pdftk is basically a command line tool for manipulating PDFs, but I have used it in both client and server applications by shelling it out as an external process. The AccessPDF site also has a lot of other information on PDF libraries and toolkits, including the libraries that pdftk was built with. Here is the feature description from the AccessPDF site:
If PDF is electronic paper, then pdftk is an electronic staple-remover,
hole-punch, binder, secret-decoder-ring, and X-Ray-glasses. Pdftk is a
command-line tool for doing everyday things with PDF documents. Keep
one in the top drawer of your desktop and use it to:
* Merge PDF Documents
* Split PDF Pages into a New Document
* Decrypt Input as Necessary (Password Required)
* Encrypt Output as Desired
* Fill PDF Forms with FDF Data and/or Flatten Forms
* Apply a Background Watermark
* Report on PDF Metrics such as Metadata, Bookmarks, and Page Labels
* Update PDF Metadata
* Attach Files to PDF Pages or the PDF Document
* Unpack PDF Attachments
* Burst a PDF Document into Single Pages
* Uncompress and Re-Compress Page Streams
* Repair Corrupted PDF (Where Possible)
One thing I used pdftk to do was create a Windows form that a user could fill out that then merged the data into a pre-created PDF form and then save the filled out form - something that you can't do using just an PDF reader - you're supposed to need full blown Acrobat for that. That was a few years ago and there are probably many different solutions now, but pdftk is still a useful bag of tricks for manipulating existing PDFs. Pdftk is open source (GPL'ed) and will run on just about anything. | |||||
feedback
|
|
All of these libraries allow you to manipulate PDF documents.
| ||||
|
feedback
|
|
We use iText and iTextSharp for Java and C# (respectively). The only issue (and it is minor) is that the documentation for the C# side (which is a port of the Java) is outdated and sparse. I find that the best thing is to keep the java documentation handy, and do a mental lookup (.setFont() [java] == .Font [C#]). Other than that, it's a really well-thought-out and professional package. For Python we use ReportLab, and power it with Cheetah, but I have less personal experience with that. | |||||||
feedback
|
|
I've used PDF::API2 in Perl for web dynamically creating PDF's in web apps as well as splitting, manipulating, inserting, removing pages. Pretty good for small to mediums size PDF's. PNG handing is slow. I've also used the official libraries maintained by DataLogics which are uber powerful, but quite pricey. They have C, Java, and .Net APIs. With the C I have done a lot of manipulation like adding images text, searching, forms, etc. PHP and Ruby have simple and free ones too, I think. | ||||
|
feedback
|
|
I've used both Aspose.PDF (for .NET) and ActivePDF and would recommend the Aspose library. I would stay away from ActivePDF. | |||
|
feedback
|
|
For .NET we use the Open Source PDFSharp. It's worked well for us over the past three years. From their FAQ:
| |||||
feedback
|
|
| |||||||
feedback
|
|
Tall Components PDF products. 100% .NET component. Great for C# or VB.Net. I have used the TallPDF.NET component for generating PDFs dynamically. I highly recommend them. Tall Components also has excellent customer service. They are not free but they do have evaluation versions available for download. Without the license key TallPDF.NET puts a "Evaluation Version" string in the footer. | |||||
feedback
|
|
I found this directory and compilation of high quality free PDF libraries. The directory contains java, .Net, PHP, Delphi, C/C++ list of PDF libraries. | |||
|
feedback
|
|
| ||||
|
feedback
|
|
We use DynamicPDF for creating, merging and manipulating pdfs. They offer libraries for .net and java. | |||
|
feedback
|
|
Apple has PDFKit for Cocoa. Only available on Mac OS X and the iPhone OS, but I figured that I'd list it, for completeness sake. You can display, annotate, modify, and even create PDF documents from scratch with it. | |||||
feedback
|
|
Our PDFTextStream product is a Java / .NET library for extracting text, metadata, form data, and other bits from PDF documents. It's got a pretty comprehensive feature set, and is extraordinarily easy to integrate into apps. | |||
|
feedback
|
|
ABCpdf.NET from webSupergoo.
| |||
|
feedback
|
|
We've been using PoDoFo which is a great C++ PDF library. It's open source and free (as in beer). From their site:
| |||
|
feedback
|
|
Docotic.Pdf library for .NET The library has no external dependencies and is written in C#. Docotic.Pdf comes with commercial and free licenses. The library can be used to:
Here is some samples for common PDF tasks. Disclaimer: I work for Bit Miracle. | ||||
|
feedback
|
|
I've used and had good luck with PDF Clown in C#. There's a version for Java, too. It's free and open source... http://www.stefanochizzolini.it/en/projects/clown/index.html | |||
|
feedback
|
|
Gnostice makes several PDF libraries.
PDFOne .NET, PDFOne (for Java) and PDFtoolkit have several common functions such as PDF processing, editing, viewing, printing, encrypting, annotating, searching, redaction, encryption, digital signing, etc. PDFOne .NET and PDFOne (for Java) can create new PDF documents from scratch. PDFtoolkit VCL works exclusively on existing documents and does not create PDF documents. You can use eDocEngine VCL for creating PDFs in Delphi/C++Builder. (eDocEngine generates documents in 17 other formats.) XtremePDFConverter VCL is a powerful VCL component for intelligently converting PDF to easily editable Word RTF documents. XtremePDFConverter uses artificial intelligence and also allows inputs from the user code to accurately recognize and convert paragraphs, tables, bullets, numbered lists, newspaper columns, and other standard document formatting features. | ||||
|
feedback
|
|
I've used Aspose.Pdf in the past and liked it a lot. It was easy to use and worked well. I used it to generate monthly bank statements for thousands of accounts.
| |||
|
feedback
|
|
Big Faceless Java PDF Library
| |||
|
feedback
|
|
Just for the record... Adobe PDF Library SDK http://www.adobe.com/devnet/pdf/library/ Does anyone use it? | |||||
feedback
|
|
We use iText. It's an extremely powerful library with a large community. There is also iText in Action available. | |||
|
feedback
|
|
Gnostice has a commercial library that support several languages including Delphi, C++ and .NET. | |||
|
feedback
|
|
Just adding more items to the list (commercial): Amyuni PDF Converter (A PDF printer driver with a COM API for administration) Amyuni PDF Creator (native library using COM/ActiveX) Amyuni PDF Creator .Net (managed version). | |||
|
feedback
|
|
i have used pdfbox it is good for text extraction. http://pdfbox.apache.org/ some text formatting information such as font-size and color can be obtained. documentation and samples are also available in the site. character wise manipulation of the text can easily be done by overriding protected void processTextPosition(TextPosition text) method of PDFTextStripper class. which would allow customized text extraction (topic and content separately in my case, not 100% accurate though) | |||
|
feedback
|