0

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

Liam
  • 27,717
  • 28
  • 128
  • 190
BUDDHIKA
  • 306
  • 2
  • 8
  • 23

1 Answers1

1

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

Liam
  • 27,717
  • 28
  • 128
  • 190
Narek Arzumanyan
  • 616
  • 3
  • 11