Hello,
We are building a java application and I want to convert a big word document into separate HTML documents based on the pagebreaks in the word document.
My idea is:
- Convert a big word document into multiple word documents based on pagebreaks. i.e., A word document with 3 page breaks will be split into 4 separate word documents.
- Convert the separate documents into HTML documents.
Word gurus, feel free to suggest alternative solutions. The input is a big word document and the output is separate HTML documents.
We are looking into Aspose.Word for this. Any help will be appreciated.
Thanks,