We are currently using the property doc.ExtractPages(i, 1); to implement custom logic for removing blank pages from documents. However, we are facing a performance issue when processing large documents.
The document con…...pages to keep and then create a new document with only the non-blank...blank pages: Document doc = new Document("input.docx"); DocumentBuilder...