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....docx"}, "Pages": [2, 4, 7], "OutputPath":..."output/extract-pages-by-numbers.docx" }' Windows PowerShell # First...