Works pretty good so far. A couple of issues I stumbled into:
- Editing the Word document by pasting a variable name from html (in my case the instructions page in the browser) gives weird Freemarker parse exceptions. Pasting as plain text workarounds the problem.
- In the supplied merge data the zip code field is separated by two spaces from the city name. However the final merged document contains one space. This is also the case if the data contains three spaces...
- Default error handling from Freemarker prints out to the console. There is documentation how to fix this, but requires more research.
- JODReports code is not well maintained. The code of the converter and the report are out of sync (watch the package names). Luckily this does not pose a problem when using it.
1 comment:
see http://www.jejik.com/odf-xslt/ for a couple of alternatives to JODReports.
Post a Comment