Transitioning from PSPDFKit Server to Document Engine
![]()
PSPDFKit Server has been deprecated and replaced by Document Engine. To migrate to Document Engine and unlock advanced document processing capabilities, refer to our migration guide. Learn more about these enhancements on our blog.
When you edit a document — for example, by rotating all pages — PSPDFKit Server saves a new asset for that document and updates all relevant annotations.
-
Your service requests that the Server rotates all pages of the document. PSPDFKit Server retrieves the document from the asset storage for processing.
-
PSPDFKit Server transforms the document, rotating all of its pages.
-
PSPDFKit Server persists the transformed document in the asset storage without deleting the original. It returns the new document’s properties to your service.