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
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",
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
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