winget install --id PDFLabs.PDFtk.Server
About PDFtk Server
A command-line tool for working with PDFs, commonly used for client-side scripting or server-side processing of PDFs.
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.
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... |