Use the following code:
var document = new Document("input.docx");
for (int page = 0; page < document.PageCount; page++)
{
Document extractedPage = document.ExtractPages(page, 1); // startindex and count
string …...ExtractPages method returns only 2 pages. input.docx (13.5 KB)...In my case the document has only one page. The difference between...