I'm creating some docx files from a template. Each docx is composed by a single page. Then, I merge that docx files (using DocxUtilities). So far so good: resulting merged docx is fine, with each page separated.
The issue comes when I try to convert merged docx to pdf, using TransformDoc: merged pdf "loses" page breaks. I cannot use addBreak() method, since I'm working on a template.
How can I solve? Thanks in advance