Search
Follow Us
Categories
- Success Stories(157)
Archives
Tag Archives: Java Document Splitter
Split MS Word Documents using Java
In various cases, you need to split an MS Word document into multiple documents. For example, you may need to create a separate document for each page, section, or a collection of pages in a Word document. In order to automate the document splitting, this article covers how to split MS Word documents programmatically using Java. The following sections provide a step by step tutorial and code samples of the above-mentioned splitting criteria.