[EMAIL PROTECTED] wrote:

Hi , I wander if you can help

I am trying to create a report using itext , this report   summaries and
groups  data  and displays a common header and footer . I have not been
able to find a solution

I have attached an example below , just in case

It is not clear if you want to generate a similar document from scratch (1)
or if you want to add data to the document you have send in attachment (2).

To achieve (1) you should read the tutorial, I think you will benefit most
from this page: http://itextdocs.lowagie.com/tutorial/objects/tables/pdfptable/
If (2) is the case, I would send the PDF back to the people who designed
it and ask if they want to add an AcroForm. This AcroForm contains fields
that can be filled by iText (provided they didn't use Acrobat 7.0).
Otherwise, you can add data with PdfStamper, but only if you know the
exact coordinates where the extra data should go.

In any case, before you post further questions, please read the tutorial.
http://itextdocs.lowagie.com/tutorial/
br,
Bruno


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

Reply via email to