Eric Summkeller wrote: > I want to create a PdfTemplate. My problem is that I have only a Paragraph > object in which the content for the template lies. How can I add this content > into a PdfTemplate?
Create a ColumnText object with the PdfTemplate. Add the Paragraph to a ColumnText object. Set the boundaries of the ColumnText so that they correspond with the PdfTemplate. Invoke go(). br, Bruno ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
