i create my tabel with MSWord witch compose on 2 rows ( header and content). i put in the content of row ${deadate} but this deadate return a list in my programme java so how can i populate automatically my table when i generate docx_OUT using Doxc4j and mappings.put("deadate", myListe in Java);
Why is SaveToZipFile deprecated in the new version. Is there a replacement? We are currently using this object to save documents/display from a web container.
I would like to know if it is possible to add a table of content section to the "wordMLPackage" which is then exported into PDF. I know how to add it to the "wordMLPackage" to be shown in the generated Word file. But I did not succeed to actually see a table of content section in the generated PDF file. I generate the PDF as follows:
I posted a little while back about running docx4j on the android platform, and using the DocxToHTML example as a guide. In the more recent version (3.0.1), it says that it can run on the android platform ("Do all this on Android (v3 or 4)").
I was unable to find answers in the updated Getting Started guide to get it running on the android platform, as well as using the Android branch of docx4j at ...