简体   繁体   中英

how to split a word file page wise using C#.NET(3.5)

我想将包含1000页的word文件拆分为1000个word文件,每个文件都包含一页。

Here's a link to a vba snippet to split a word doc based on a delimiter. You should be able to adapt that fairly easily to splitting by pages.

http://www.vbaexpress.com/kb/getarticle.php?kb_id=922

FYI, there's tons of great VBA code for manipulating office docs, I googled "split word document VBA" to find that article for instance.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM