Free PDF Programming Libraries
Source Code and Libraries to Create, Access and Modify PDF Files
Free PDF Programming Libraries and Source Code
The free PDF development libraries listed on this page allow you to create, modify and access PDF files in your software, without having to re-implement the entire PDF specifications from scratch in your programs.
Note that this page is meant for programmers. If you are looking for PDF tools, please check out the list of free PDF editors, printer drivers and converters instead. Alternatively, if you only want something to view PDF files, please see the Free PDF Readers page.
Related Pages
- How to Start / Create Your Own Website: The Beginner's A-Z Guide - put your software on the web
- Free Spell Checker Libraries, Source Code, Controls, Components
- Free Encryption / Cryptographic Libraries and Source Code
- Free Graphics Libraries, 2D, 3D Engines, Image Drawing Source Code
- Free Compression and Archiving Libraries and Source Code
- Free Sockets, Winsock, TCP/IP, Internet Libraries and Source Code
- Free 3D Software Box Image Makers - create a 3D image of a box for your software
- Free Clipboard Extenders and Multiple Clipboards
Free PDF Development Libraries
- libHaru
libHaru is a free, open source, cross-platform C library for creating PDF files. It can handle text and images, outlines, text annotations, link annotations, embedded PNG and JPEG images, embedded Type 1 and TrueType fonts, encrypted PDF files, a variety of character sets and encodings, etc. It has been compiled and tested in Windows, Linux, FreeBSD and NetBSD with a number of compilers, but since the source is in ANSI C, it can presumably be compiled and used under other operating systems as well. You can link the library statically or dynamically into your programs. The library is licensed under the zlib/libPNG licence.
- PDF Clown Project
The PDF Clown Project is a software library that you can use in your own programs to create, access (useful if you are implementing your own PDF reader) and manipulate PDF files. It supports JPEG images, standard Type 1 fonts, embedded OpenType and TrueType fonts, device colour spaces (RGB, CMYK, Gray), a variety of page formats/sizes, creation, reading and modification of bookmarks, compressed PDF files, etc. Other features include splitting of PDF files, merging of multiple files, inserting and appending of pages to a PDF document, placing existing pages as thumbnails, adding of watermarks, adding a foreground stamp, and so on. It is written as a class library in Java and C#. The library is licensed under the GNU LGPL or the GPL at your option.
- iTextSharp
iTextSharp is a port of a Java-based PDF library (called iText) to C#. It is useful if you need to use a PDF library on the .NET platform. It allows you to generate PDF files on the fly. I'm not sure to what extent this port follows the original library (which doesn't seem to be freely downloadable any more), but the original supported the generation of dynamic documents from XML or databases, interactive features in your PDF files, bookmarks, page numbers, watermarks, automating the filling of PDF forms, adding digital signatures to PDF files, splitting, concatenating and manipulation of PDF pages, etc. A book on the original library iText in Action is available.
Related Pages
- Free Help Authoring Tools
- Free Source Code Version Control Software
- Free Debugging Tools, Static Source Code Analysis Tools, Bug Trackers
- Free Hard Disk Backup and Restore, Hard Disk Image and Cloning Utilities
- How to Register Your Own Domain Name - get one for your software
- Which Web Host Do You Recommend? (FAQ)
- How to Accept Credit Cards on Your Website
- How to Design and Publish Your Website with KompoZer (free WYSIWYG web editor)
Newest Pages
- How to Convert Your Website from XHTML 1.0 to HTML5 the Quick and Easy Way
- How to Set the Height of a DIV Relative to a Browser Window (CSS)
- Free EPUB Readers (Ebook Viewing Software)
- How to Generate the Free Let's Encrypt SSL Certificate on Your Own (Windows) Computer
- How to Insert Meta Tags into a Web Page with BlueGriffon
- How to Play a Song (or Some Other Audio Clip) from a List on a Website
- Two Ways to View a Binary File on Windows Without Installing Anything
- How to Draw a Horizontal Line on a Web Page with Expression Web
- How to Create a Website Free of Charge
- Why Can't I Make Up Any Domain I Want? Is There a Way to Do Away with a Registrar Altogether?
How to Link to This Page
It will appear on your page as:
Free PDF Programming Libraries and Source Code