The goal is to read a .docx file and write individual .docx files based on a user-defined breaking style (e.g., parse a book into chapter files).
The challenge will be to preserve the styles (both at the character and paragraph level).
The first assumption will be that the original document does not include custom styles.
This is because it makes life easier and we can always use our custom style mapper on the individual files (if need be).
The goal is to read a .docx file and write individual .docx files based on a user-defined breaking style (e.g., parse a book into chapter files). The challenge will be to preserve the styles (both at the character and paragraph level).
The first assumption will be that the original document does not include custom styles. This is because it makes life easier and we can always use our custom style mapper on the individual files (if need be).