Hello,
I just tried the enterprise extension to find out if we can use it for our project.
I wanted to merge two docx files, but the output file is courrupt. I found out, that the reason is a footnote in the docx file, that should be included in the master docx file. As soon as I remove the footnote, it works.
Here is my code:
package at.rcm.docx4j;
import com.plutext.merge.BlockRange;
import com.plutext.merge.DocumentBuilder;
import org.docx4j.Docx4J; ...