hi,
we have this code to remove blank pages from a document
var stream = new MemoryStream();
var listOfBlankPageNumbers = new List<int>();
int pagecount = document.PageCount;
for (int i = 0; i < pagecount; i++)
{
v…...Bookmarks removed when removing blank pages Aspose.Words Product...document with two bookmarks the second bookmark is removed from...