2021.2 Migration Guide
PSPDFKit Processor 2021.2 comes with a new rendering API for converting documents and document pages to images. There are no specific migration steps you need to take to upgrade.
Rendering API
Processor now allows you to render individual document pages or convert whole documents to images. The new /render
endpoint accepts documents and a set of options describing the image format and dimensions, and it returns a rendered image or a set of images in response.
Make sure to read our rendering overview guide to learn more about the feature!
Other Changes
For a complete list of changes in this release, check out the Processor changelog.