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…... While the extraction process is relatively fast...likely due to the overhead of extracting pages one at a time. This...