Blog Post

PSPDFKit 2.6 for Windows

Today we’re shipping PSPDFKit 2.6 for Windows. In this release we’ve added a major new feature: support for digital signatures in PDF files.

Digital Signatures for PDF Files

Our Digital Signatures component offers a UI to show the validation status of digitally signed documents. Our API gives you complete information about the digital signatures on the document and any issue they might present. You can bring your own set of certificates and private keys to be used for validation and signing PDFs.

digital-signatures

Digital signatures are used to assert and verify the authenticity of PDF files. They are reliable cryptographic proof that a document has been created by a known sender (authentication) and has not been altered since signing (integrity).

Digitally signed documents can be validated with any standards-compliant PDF viewer — from Adobe Acrobat, to our SDKs for Web, iOS, Windows, and Android.

An example workflow could be, a user opens a draft of a contract to share with colleagues, fills out form fields, adds an ink signature and then using the Digital Signatures component signs the document so that users can verify the signatures are valid and the document hasn’t been tampered with or altered in any way.

Visit our related guide to learn more.

And More

This release also includes numerous bug fixes and minor improvements. For a complete list of changes, see the PSPDFKit 2.6 for Windows changelog.

Please email us at sales@pspdfkit.com if you are interested in developing using Digital Signatures. We’d love to hear about your use case and discuss how to best implement it.

Related Products
Share Post
Free 60-Day Trial Try PSPDFKit in your app today.
Free Trial

Related Articles

Explore more
PRODUCTS  |  Windows • Releases

PSPDFKit 2.5 for Windows

PRODUCTS  |  Windows • Releases

PSPDFKit 2.4 for Windows

DEVELOPMENT  |  Android • iOS • macOS • Windows • C++ • Insights

Challenges of Using Emojis with C++