Hi, My existing docx has the following format
1. First paragraph
2. Second paragraph
3. Third...
My questions are:
- Is there any way that I can insert a pagebreak between these paragraphes?
- Can searchAndReplace function insert a pagebreak?
- My last question is regarding parsing an existing docx (http://www.phpdocx.com/examples/parses-existing-word-document). I wonder if there is any instruction on how to edit the docx after parsing it.
Thank you!