Extract Pages by Exact Page Numbers This REST API allows extracting pages from source documents by provIding exact page numbers via Pages collection. The result is a new document that contains only specified pages from a source document. For protected documents, it is also required to provIde a password.
The following example demonstrates how to extract pages 2,4,7 from a source document into a new document.
Resource URI HTTP POST ~/Pages/Extract Swagger UI lets you call this REST API directly from the browser....Token # Please get your Client Id and Client Secret from https://dashboard...Place Client Id in $CLIENT_ID and Client Secret in $CLIENT_SECRET...