← Package directory
Available on winget

Install PDFtk - The PDF Toolkit

A friendly graphical tool for quickly merging and splitting PDF documents and pages.

Install with winget
winget install --id PDFLabs.PDFtk.Free
Upgrade
winget upgrade --id PDFLabs.PDFtk.Free
Uninstall
winget uninstall --id PDFLabs.PDFtk.Free

About PDFtk - The PDF Toolkit

A friendly graphical tool for quickly merging and splitting PDF documents and pages.

What's new in 2.02

- Added drop_xmp output option for removing the document XMP metadata stream from a PDF. - Added dump_data output of custom page data embedded by STAMPtk tool. See the embed option in STAMPtk for more information. - Improved PDF bookmark merging logic so it can handle more input cases. - Fixed a password bug where some 'upper-ASCII' characters weren't being mapped to the correct code points. - Fixed a 40-bit decryption bug introduced in version 2.00. - Fixed a bug in the bookmark merging logic that caused bookmarks to be omitted from the merged PDF. - Added a test to ensure that encryption passwords use permitted characters only. (Decryption attempts still allow a larger set of input characters.) - Rewrote the wide-to-utf8 code for Windows to make it more rigorous. - Organized our calls of JvInitClass() in main(). - Added descriptions to some exception reports. - Reviewed some code from pdftk.cc, PdfReader.java, PdfWriter.java and friends.

Read release notes

Version history

Version Updated Notes
2.02 Unknown - Added drop_xmp output option for removing the document XMP metadata stream from a PDF. - Added dump_data output of custom page data embedded by STAMPtk tool. See the embed option in STAMPtk for more information. - Impr...