Hi, My application creates a pdf from a html as per http://www.lowagie.com/iText/examples/Chap0706.java .
I want to add some meta information similar to http://itextdocs.lowagie.com/examples/com/lowagie/examples/general/HelloWorl dMeta.java If I do it before converting the html, the title, keyword, etc. is lost during the html conversion. If I do it afterwards, this is not possible because the document is already closed. I tried to first read the document back from the written file, but I did not find a way to add the Meta info. Any hints would be highly appreciated! Ralf ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
