Download Latest Version qpdf-12.2.0.tar.gz (19.5 MB)
Email in envelope

Get an email when there's a new version of QPDF

Home / qpdf
Name Modified Size InfoDownloads / Week
Parent folder
12.2.0 2025-05-04
12.1.0 2025-04-06
12.0.0 2025-03-09
11.10.1 2025-02-15
11.10.0 2025-02-08
11.9.1 2024-06-07
11.9.0 2024-02-24
11.8.0 2024-01-08
11.7.0 2023-12-24
11.6.4 2023-12-10
11.6.3 2023-10-15
11.6.2 2023-10-07
11.6.1 2023-09-05
11.6.0 2023-09-03
11.5.0 2023-07-09
11.4.0 2023-05-21
11.3.0 2023-02-25
11.2.0 2022-11-20
11.1.1 2022-10-01
11.1.0 2022-09-15
11.0.0 2022-09-10
10.6.3 2022-03-12
10.6.2 2022-02-16
10.6.1 2022-02-11
10.6.0 2022-02-09
10.5.0 2021-12-21
10.4.0 2021-11-16
10.3.2 2021-06-04
10.3.1 2021-03-11
10.3.0 2021-03-05
10.2.0 2021-02-23
10.1.0 2021-01-05
10.0.4 2020-11-21
10.0.3 2020-10-31
10.0.2 2020-10-27
10.0.1 2020-04-09
10.0.0 2020-04-06
9.1.1 2020-01-27
9.1.0 2019-11-17
9.1.rc1 2019-11-11
9.0.2 2019-10-14
9.0.1 2019-09-20
9.0.0 2019-09-01
8.4.2 2019-05-18
8.4.1 2019-04-28
8.4.0 2019-02-26
8.3.0 2019-01-08
8.2.1 2018-08-18
8.2.0 2018-08-18
8.1.0 2018-06-23
8.0.2 2018-03-06
8.0.1 2018-03-04
8.0.0 2018-02-26
8.0.a1 2018-02-22
7.1.1 2018-02-05
7.1.0 2018-01-15
7.0.0 2017-09-16
7.0.b1 2017-08-22
6.0.0 2015-11-10
5.1.3 2015-05-24
5.1.2 2014-06-07
5.1.1 2014-01-14
5.1.0 2013-12-17
5.0.1 2013-10-18
5.0.0 2013-07-10
4.1.0 2013-04-14
4.0.1 2013-01-17
4.0.0 2012-12-31
3.0.2 2012-09-07
3.0.1 2012-08-11
3.0.0 2012-08-02
3.0.rc1 2012-07-29
2.3.1 2011-12-29
2.3.0 2011-08-11
2.2.4 2011-06-25
2.2.3 2011-04-30
2.2.2 2010-10-04
2.2.1 2010-10-02
2.2.0 2010-08-14
2.1.5 2010-04-25
2.1.4 2010-04-19
2.1.3 2010-03-27
2.1.2 2010-01-25
2.1.1 2009-12-14
2.1 2009-10-31
2.0.6 2009-05-03
2.0.5 2009-03-10
2.0.4 2009-02-22
2.0.3 2009-02-15
2.0.2 2008-06-30
2.0.1 2008-05-06
2.0 2008-04-30
Totals: 92 Items   950

To build from source for Linux or other UNIX/UNIX-like systems, it is generally sufficient to download just the source qpdf-<version>.tar.gz file.

Windows Binaries

You can download Windows binaries that are statically linked with qpdf's external dependencies and use the OpenSSL crypto provider. There are several options:

  • For Windows installers, you can download the .exe file for a traditional installer that allows relocation, or you can download the .zip file which you can unzip to any location.

  • qpdf-<version>-bin-mingw32.exe - 32-bit executables that should work on basically any Windows system, including 64-bit systems. The 32-bit executables are capable of handling files larger than 2 GB. If you just want to use the qpdf command line program or use the qpdf DLL's C-language interface, you can download this file. You can also download this version if you are using MINGW's gcc and want to program using the C++ interface.

  • qpdf-<version>-bin-mingw64.exe - A 64-bit version built with mingw. Use this for 64-bit Windows systems. The 32-bit version will also work on Windows 64-bit. Both the 32-bit and the 64-bit version support files over 2 GB in size, but you may find it easier to integrate this with your own software if you use the 64-bit version.

  • qpdf-<version>-bin-msvc32.exe - If you want to program using qpdf's C++ interface and you are using a recent version of Microsoft Visual C++ in 32-bit mode, you can download this file.

  • qpdf-<version>-bin-msvc64.exe - If you want to program using qpdf's C++ interface and you are using a recent version of Microsoft Visual C++ in 64-bit mode, you can download this file.

Linux Binaries

Virtually all Linux distributions include packages for qpdf. There is also a PPA for Ubuntu at https://launchpad.net/~qpdf/+archive/ubuntu/qpdf that includes the latest version of qpdf for recent versions of Ubuntu. However, there are some downloads available for Linux as well.

  • qpdf-<version>-x86_64.AppImage - If you'd like to run the latest version of qpdf as an AppImage, you can download this. This is a self-contained executable that you make symlink qpdf to and run on most reasonably recent Linux distributions. See README-appimage.md in the qpdf source distribution for additional details, or run the AppImage with the --ai-usage argument to get help specific to the AppImage.

  • qpdf-<version>-bin-linux-x86_64.zip - This is not intended to be an end-user distribution. It is a (nearly) stand-alone Linux binary, built using an Ubuntu LTS release. It contains the qpdf executables and shared libraries as well as dependent shared libraries that would not typically be present on a minimal system. This can be used to include qpdf in a minimal environment such as a docker container. It is also known to work as a layer in AWS Lambda and was initially created for that purpose.

Windows Build Support

If you are building on Windows and want to use pre-built external static libraries, you should obtain current versions from https://github.com/qpdf/external-libs/releases. The external-libs directory contains older versions that will not work with qpdf versions >= 10.0.2. Please see README-windows.md in the qpdf source distribution. The libraries from this distribution will not work with a Debug build with MSVC.

Documentation

  • qpdf-<version>-doc.zip - This is a downloadable version of the QPDF manual. An online version is hosted at https://qpdf.readthedocs.io.
Source: README-what-to-download.md, updated 2022-03-18