Migrate to Document Engine for file storage
PSPDFKit Server has been deprecated and replaced by Document Engine. To start using Document Engine, refer to the migration guide. With Document Engine, you’ll have access to robust new capabilities (read the blog for more information).
When you want to store a file uploaded by an end user, the file needs to be uploaded to your service first, and then forwarded to PSPDFKit Server.
-
A user uploads a document to your backend.
-
Your backend forwards the uploaded PDF file to PSPDFKit Server. In return, it receives a document identifier. On your server, you only have to store the identifier; we store the PDF document, its annotations, and the meta information. Document files are stored in the asset storage, which can be one of the supported asset storage backends.