docx4j
docx4j copied to clipboard
JAXB-based Java library for Word docx, Powerpoint pptx, and Excel xlsx files
I got this exception while trying to convert a docx file to pdf using docx4j-export-fo 11.4.11: `org.apache.fop.fo.ValidationException: Missing attribute on fo:basic-link: Either external-destination or internal-destination must be specified. (See position...
I have a word document with a body level content control and inside that a child content control, I want to insert some HTML content inside the child content control...
When converting xhtml to word with docx4j with tables that are set with a width of 50% (for example), the doc generated do not respect this width, and the same...
Hi, I have an issue with replacing variables in docx file. The file contains a lot of variables and is formatted. Most of them are replaced correctly but some aren't....
Hi, docx4j logs stacktraces to stderr if something with saving fails. This undercomplex pull request removes those. Thanks a lot boun
avoids java.net.URISyntaxException under Windows to load fonts, see description in https://github.com/plutext/docx4j/issues/518
When an equation is added in Word to a document that has tracking changes switched on, the resulting document cannot be read properly by docx4j; there is no error when...
Version 11.4.9 ``` 14:58:57.147 [main-5] INFO org.docx4j.XmlUtils.() - setProperty com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl (from docx4j.properties) 14:58:57.148 [main-5] WARN org.docx4j.XmlUtils.() - actual SAXParserFactory: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl 14:58:57.150 [main-5] INFO org.docx4j.XmlUtils.() - setProperty com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl (from docx4j.properties) 14:58:57.152...
I am trying to convert a DOCX file to PDF using FO-based PDF output. The converted PDF have mis-alignment in header/footer. We updated from 8.1.6 to 8.3.9, i tried some...