I have a webapp which uses a SAXParser to build a PDF document based on an XML file. The entire XML file is enclosed with a <lettter> and </letter> tag. Does the </letter> tag close the Document object? What does the </letter> tag do? Is it equivalent to ending a Paragraph?
I'm also trying to modify this webapp to build multi-page PDF documents by applying multiple XML files (one per page - each page has different content). Is this possible in iText 2? Are there any examples in the iText 2 book? Thanks! -- View this message in context: http://itext-general.2136553.n4.nabble.com/Letter-Tag-with-XML-Implementation-tp3172765p3172765.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
