Download

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

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

Apache PDFBox 1.7.1

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

  • pdfbox-1.7.1-src.zip 8.7MB, source archive, PGP signature
    SHA1 checksum: bcdcf656a3e36381d2b8aa757bbf3c25234b8d5c
    MD5 checksum: 4e3e8535252c0f0a4e135c2813651264
  • pdfbox-app-1.7.1.jar 9.9MB, pre-built standalone binary, PGP signature
    SHA1 checksum: 6834f1aa0c61b39b05d62afe906a04fe0dc19267
    MD5 checksum: dacc8c8468607cd488bf48a729493c7f
  • pdfbox-1.7.1.jar 3.7MB, pre-built binary, PGP signature
    SHA1 checksum: b762c177f881e8aa095cf515df185191a123d949
    MD5 checksum: 0f9940af67f1068c9e7dee0afebe7c10
  • fontbox-1.7.1.jar 184KB, pre-built binary, PGP signature
    SHA1 checksum: 6a6b6598d0e263c751fccff26ef4fdf8543888e7
    MD5 checksum: 1121312c2a03f417b2e5e88fcc301fb3
  • jempbox-1.7.1.jar 50KB, pre-built binary, PGP signature
    SHA1 checksum: a94e7b5289f58486390619e87a50a3bb1d9750c3
    MD5 checksum: 471a6ce892f509478caa61d45eae55c9

This is an incremental bugfix release based on the earlier 1.7.0 release.

See the release notes for more details.

Verify

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:

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

A Git mirror of PDFBox is available at 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.