Quoting Dieter Zysk <[EMAIL PROTECTED]>:

> This looks as if we need
> 
> 1. to have templates, were the dynamic parts of the document are filled by
> the application

Class PdfTemplate can be used for this purpose, but:

> 2. to seperate the process of designing a document from filling in the
> data, and

Maybe it is better to create your 'empty' PDF file first
and import it using iText (PdfImportedPage is an extension of
PdfTemplate), then add the data.

> 3. to have a GUI tool for support the designing process in a comfortable
> way.

So iText can solve your problem 1 and 2, but iText is not
an endUser library. It doesn't have a GUI.
Maybe you can use an Adobe product to create the original PDFs
or take a look at the links-section on lowagie.com
http://www.lowagie.com/iText/links.html

> with best regards form the sunny germany

Greatings from a very cold Flanders;
bring on the glühwein ;-)

Bruno


-------------------------------------------------------
This SF.NET email is sponsored by: Geek Gift Procrastinating?
Get the perfect geek gift now!  Before the Holidays pass you by.
T H I N K G E E K . C O M      http://www.thinkgeek.com/sf/
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to