Hey :D
I'm new to docx4j and i have a doubt how i can insert a new page to document. Actually i have a looping that fill my document with values but i need to insert a new page to fill next values.
How can i do it?
public byte[] criarArquivo(File[] imagens, Collection<StepTO> objs) {
try {
WordprocessingMLPackage wordMLPackage = WordprocessingMLPackage.createPackage();
MainDocumentPart mainDocumentPart = wordMLPackage.getMainDocumentPart(); ...