Skip to main content
Version: Version 1.3

Release notes for the Pdftools SDK

Here you'll find the latest functional changes for the Pdftools SDK.

Version 1.3

  • Added the DocumentAssembler class. This class allows you to combine multiple input PDF documents into one output document, or split one input PDF document into multiple output documents.
  • Added the ability to include a customizable signature appearance when Signing a PDF document. A signature's appearance may be any combination of text, images, and other PDF documents.
  • Before version 1.3.3 you needed to use an evaluation license key to try the Pdftools SDK. With version 1.3.3, you can use the Pdftools SDK without a license key with watermarked output files. As a result, you can try the Pdftools SDK without any license key. To remove the watermark from the output files, contact the Pdftools sales team through the Contact page to get a full license.

Linux

  • Added new distribution for older Linux systems (glibc 2.12+).

Version 1.2

  • Added the MetadataSettings class. This class allows you to set Metadata in the output PDF document, by providing them in the producer method's OutputOptions.

Linux

  • The minimum required glibc version was upgraded from 2.27 to 2.34.

Version 1.1

  • Added signature validation for the digital signing functionality. This allows you to extract signing certificate information and trust chain information, and perform validation of time-stamps, handle expired certificates, use custom trust stores, and check for the latest document revision.

Updated C API ZIP archive layout

  • The C API ZIP archive directory layout has been updated (see Getting-started).

Updated Java API ZIP archive layout

  • The Java API ZIP archive directory layout has been updated (see Getting-started).