Reputation: 316
I have a PDF file with more than 500 pages, but it has few empty pages with in the document in a random manner. Is there any possible way to remove these empty pages? The system which generates PDF, uses select PDF library (http://selectpdf.com/pdf-library-for-net/).
Upvotes: 0
Views: 3249
Reputation: 616
For remove pdf same page use PdfDocument
class RemovePage
or RemovePageAt
methods.
Upvotes: 1