XDocReport means XML Document reporting. It's Java API to merge XML document created with MS Office (docx) or OpenOffice (odt), LibreOffice (odt) with a Java model to generate report and convert it if you need to another format (PDF, XHTML...).
I have a word docx file which contains a field with value { DATE \@ "dd.MM.yyyy" * MERGEFORMAT }. When I export this from Word as PDF the field is replaced as expected with the current date.
Is this also supported by XDocReport?
At the moment I just see that the date is not set correctly when exported via XDocReport (using Velocity, XWPF and PDF).
I have a word docx file which contains a field with value { DATE \@ "dd.MM.yyyy" * MERGEFORMAT }. When I export this from Word as PDF the field is replaced as expected with the current date.
Is this also supported by XDocReport?
At the moment I just see that the date is not set correctly when exported via XDocReport (using Velocity, XWPF and PDF).