Removing Empty Pages in a PDF document using C#

2.9k Views Asked by At

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/).

1

There are 1 best solutions below

0
On BEST ANSWER

For remove pdf same page use PdfDocument class RemovePage or RemovePageAt methods.