Quoting "Karr, David" <[EMAIL PROTECTED]>:
> In Sean Sullivan's article about iText on the O'Reilly website, he 
> mentions the "templating capability" of iText.  In a quick perusal of 
> the iText documentation, I don't see anything about a template 
> capability, although I noticed the "PdfTemplate" class in the Javadoc. 
> The code appears to have almost no Javadoc comments (from the few 
> classes I looked at), so I can't tell much about it.

iText classes:

        PdfReader
        PdfImportedPage (a subclass of PdfTemplate)
        PdfContentByte
        PdfWriter

Method:  

        PdfWriter.getImportedPage

Method:  

        PdfContentByte.addTemplate

Example code:

http://itext.sourceforge.net/src/com/lowagie/tools/handout_pdf.java




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to