Transitioning from PSPDFKit Server to Document Engine
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).
Make sure you’ve set the Authorization
header to Token token=<secret>
, where <secret>
is the API authentication token you have set in your docker-compose.yml
file with the API_AUTH_TOKEN
environment variable.
❗Important: The server API should only be accessed from your backend servers and not by the clients. Giving the API authentication token to clients is a security concern. More information about how PSPDFKit Server is secured can be found in the PSPDFKit Security guide.