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…...Family words-net randomuser123 April 1, 2023, 5:27am #1 hi, we have...non-editable. alexey.noskov April 1, 2023, 5:31am #3 @randomuser123...