Hi, We're using docx4j 3.3.1 which introduced support for wp14:sizeRelH, wp14:sizeRelV. These tags are apparently causing us issues with Word 2007 compatibility. Is there a way to suppress these (and other Word 2010+) tags automatically? Thanks
Hi, I have a template which is protected and only thing i can do in that doc file is i can fill in the form texts and check boxes. So i started researching about this and find a way to populate form text boxes using MailMerger, But every field reference is coming as FORMTEXT i am having around 50 text boxes, so when i write code for this every text box is updating with one ...
Hi Jason, i am working with the FromReplacementDemo ( https://github.com/plutext/docx4j/blob/ ... ement.java ) - I have made some minor modifications to inject and bind a "regular" xml (as opposed to the answers format used in that particular example)
In the output file, opendope disables the "add custom xml" button as shown in the attached picture.
The word document looks fine otherwise. I am attaching the screenshot, sample code ...
Hello. I have a problem with ToC page numbering, it is wrong. Even if you see on sample https://github.com/plutext/docx4j/blob/ ... ample.java, there is the mistake in 7th row of contents. How can it be fixed? Thanks.
How can I create an agenda for a pptx created by merging several slides. The agenda must have the format slide_title.........page_number. Is there any sample code for this ?