This example illustrates how to use PDF Document Processor for deleting pages from PDF.
In this example, the PdfDocumentProcessor.DeletePage method is called 55 times to delete each odd numbered page in the TextDelete document (contains 109 pages) starting from the last odd numbered page.
The result is saved to the Deleted document, which contains only even pages, by calling the PdfDocumentProcessor.SaveDocument method.
The Universal Subscription or an additional Document Server Subscription is required to use this example in production code. Please refer to the DevExpress Subscription page for pricing information.
↧
How to delete pages from PDF
↧