Downloads

There are several ways you can obtain the PDFBox binaries or sources:

  • Apache PDFBox 1.8.1
  • Get the latest source from version control
  • Download old releases
  • Export control information

See also the export control information related to the encryption features included in Apache PDFBox.

Apache PDFBox 1.8.1

Apache PDFBox is an open source Java library for working with PDF documents.

  • pdfbox-1.8.1-src.zip 8.7MB, source archive, [ PGP signature ]
    SHA1 checksum: 2b8bb4b3df4d5e84072cd4202acc87e09c95ba1a
    MD5 checksum: 0adba4b32cc7f7a2ed4847d0606ce3f2
  • pdfbox-app-1.8.1.jar 9.9MB, pre-built PDFBox standalone binary, [ PGP signature ]
    SHA1 checksum: 33d7696a994fed7758d52e5f9b15aafd84825010
    MD5 checksum: ccb984b982377340a28ea473c8e23c8a
  • preflight-app-1.8.1.jar 6.6MB, pre-built Preflight standalone binary, [ PGP signature ]
    SHA1 checksum: 00cfd724dbc938ccd39137cc5d764edc1ba893b0
    MD5 checksum: 6cfe46d4d248c28867b970cc6c6c06ab
  • pdfbox-1.8.1.jar 3.7MB, pre-built binary, [ PGP signature ]
    SHA1 checksum: 2127ceef9eceffe4fefe445fa8eae4609c51e
    MD5 checksum: 82991170f3c5d4bbfee7c9ec2783f415
  • fontbox-1.8.1.jar 184KB, pre-built binary, [ PGP signature ]
    SHA1 checksum: 32879bb6bb87b15c6d53bc358e83ede40fc729ae
    MD5 checksum: 7ea74850d238b2dab34954b1bfa9c218
  • jempbox-1.8.1.jar 50KB, pre-built binary, [ PGP signature ]
    SHA1 checksum: 1a34de98c20293b07474aa17cb05dad66070b9c8
    MD5 checksum: 841ce10db23ce477df2b6b24104761de
  • preflight-1.8.1.jar 283KB, pre-built binary, [ PGP signature ]
    SHA1 checksum: 800d94bd5fe139e959de9cad29ad67d5390d2b52
    MD5 checksum: 39cece1bc14f24207f55444642a5db6c
  • xmpbox-1.8.1.jar 112KB, pre-built binary, [ PGP signature ]
    SHA1 checksum: 2fe12b2cf8fc60c9fa955db047760f8070d47b20
    MD5 checksum: b68e787d0248b81c40d65e72c914e806

This is an incremental feature release based on the earlier 1.x releases.

See the release notes for more details.

Verify the integrity of the files

It is essential that you verify the integrity of the downloaded files using the PGP signatures or MD5 and SHA1 checksums. Please read Verifying Apache HTTP Server Releases for more information on why you should verify our releases.

The PGP signatures can be verified using PGP or GPG. First download the KEYS file as well as the .asc signature files for the relevant release packages. Make sure you get these files from the main distribution directory, rather than from a mirror. Then verify the signatures using

% pgpk -a KEYS
% pgpv pdfbox-X.Y.Z-src.zip.asc

or

% pgp -ka KEYS
% pgp pdfbox-X.Y.Z-src.zip.asc

or

% gpg --import KEYS
% gpg --verify pdfbox-X.Y.Z-src.zip.asc

Alternatively, you can verify the MD5 or SHA1 checksums on the files. For checking the MD5 checksums, use the program called md5 or md5sum included in many Unix distributions. The similar program for SHA1 is called sha1sum. It is also available as part of the GNU core utilities. Windows users can get binary md5 programs from here, here, or here.

Get the latest source from version control

To fetch the latest source code from the trunk in the Subversion repository, just run the following command:

svn checkout http://svn.apache.org/repos/asf/pdfbox/trunk/

You can also browse the Subversion repository using ViewVC at http://svn.apache.org/viewvc/pdfbox/.

A Git mirror of PDFBox is available at http://git.apache.org/.

Download old releases

Past Apache releases (starting with version 0.8.0-incubating) are available in the release archive at:

http://archive.apache.org/dist/pdfbox/

The old releases (up to version 0.7.3) published from SourceForge are still available. They can be downloaded from this location:

http://sourceforge.net/project/showfiles.php?group_id=78314

Export control information

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

The following provides more details on the included cryptographic software:

Apache PDFBox uses the Java Cryptography Architecture (JCA) and the Bouncy Castle libraries for handling encryption in PDF documents.