Hi
Sowmiya Loganathan
I am trying to determine blank pages in a PDF document but the proposed method of checking for images and text fails for some documents.
img = document.Pages[i].ExtractImages(); //img is an array
txt = document.Pages[i].ExtractText();
I say fail because the image count = 0 and text is null but when viewing the pdf, it has an image on the page. The PDF is not corrupt.
The only variable that proves that the page is not blank is m_pageContentLength > 0