Re: [iText-questions] HTML Template, Merging, IText

2005-11-14 Thread Bruno Lowagie
It is better to reply to the mailing list in CC instead of to one person only. Caron van Schalkwyk wrote: I have managed to generate multiple pdfs, merge data using an HTML template and placeholder tags. This worked for my simple case. I now need to display an invoice with x-number of invoic

Re: [iText-questions] HTML Template, Merging, IText

2005-11-14 Thread Bruno Lowagie
Caron van Schalkwyk wrote: Thanks for your quick response and help. One last question: Which do you recommend I use at this stage of iText development: (extract from Example 6 and 7 of the tutoria) SAXParser parser = SAXParserFactory.newInstance().newSAXParser(); parser.parse("Chap0702.html",

Re: [iText-questions] HTML Template, Merging, IText

2005-11-14 Thread Bruno Lowagie
Caron van Schalkwyk wrote: Hi, Our J2EE application needs to generate pdf invoices. The idea is to have some sort of HTML template with placeholders. The placeholders need to be populated from a database. The user can either view the merged document in HTML or pdf version. I have read the XML

[iText-questions] HTML Template, Merging, IText

2005-11-14 Thread Caron van Schalkwyk
Hi, Our J2EE application needs to generate pdf invoices. The idea is to have some sort of HTML template with placeholders. The placeholders need to be populated from a database. The user can either view the merged document in HTML or pdf version. I have read the XML chapter in the tutorial. Unfo