Can I fill out an .odt template using iText
Submitted by Anonymous Newbie on Mon, 03/07/2011 - 10:17
I have looked at the examples. You can fill a PDF template, but i would like fill '.odt' Templates. Is it possible to fill a '.odt' template using iText?
- Login to post comments
Content © 2010 1T3XT BVBA

No
Submitted by Bruno Lowagie on Mon, 03/07/2011 - 10:19.You are talking about the OpenOffice document format, whereas iText is a PDF library. There's a huge difference between an .odt and a PDF file. Perhaps you should take a look at http://api.openoffice.org/DevelopersGuide/DevelopersGuide.html
You can of course, use OOo to convert OpenOffice documents to PDF and use these converted files as templates as described in chapters 6 and 8 of the book.