Hi,
I need to delete if any blank page between two page breaks .
How can I identify and delete using Aspose word and c#
Thanks
@rasmi.mishra Word document is flow document and there is no easy way to identify empty pages in it. You can try removing explicit page breaks in your document like section break, page break, page break before option of the paragraph.
Also you can try using new Aspose.Words feature - document splitting, to achieve this.
You can try splitting your document to small one page documents and check if the documents has content. Than concatenate not empty documents again. Please let me know if you need more assistant with this.