如何获取word文档的页面?这种格式我想通过DOCX(或DOC)一个XML文件,文件中:如何获得word文档的分页?
<Page No="1">
<text>Text of page 1 here</text>
<footnote>text of footnote here</footnote>
</Page>
<Page No="2">
<text>Text of page 2 here</text>
<footnote>text of footnote here</footnote>
</Page>
.... 感谢
我要去猜测,你将不得不表现出[你已经试过(HTTP:// mattgemmell.com/2008/12/08/what-have-you-tried/)! – ChiefTwoPencils