Hi, I am new to this forum and to docx4j.
I have copied and pasted the first few lines from the main() method of CreateWordprocessingMLDocument.java into my code just to get started and am seeing errors.
Here is my code:
WordprocessingMLPackage wordMLPackage = WordprocessingMLPackage.createPackage();
wordMLPackage.getMainDocumentPart().addStyledParagraphOfText( "Title", "Hello world" );
wordMLPackage.getMainDocumentPart().addParagraphOfText( "from docx4j!" );
And here is the output in the log:
JAXB: RI not present. Trying Java 6 implementation.
JAXB: Using Java 6 implementation.
00:56:01,593 ...