Re: [iText-questions] Placing text in a PdfTemplate

2010-06-09 Thread Thomas Hauk
On Jun 9, 2010, at 2:12 PM, Mark Storer wrote: > PdfTemplate doesn't support annotations like that. It's package > private > because there are things that /can/ work, but You Have To Know What > You > Are Doing. > > I believe ColumnText will help. IIRC, it can draw directly to a > PdfContentB

Re: [iText-questions] Placing text in a PdfTemplate

2010-06-09 Thread Mark Storer
0 1:32 PM > To: Post all your questions about iText here > Subject: [iText-questions] Placing text in a PdfTemplate > > I am currently generating a PDF by adding a PdfTemplate object > multiple times to a document (in an 8-up fashion). > > I wanted to dynamically place text

[iText-questions] Placing text in a PdfTemplate

2010-06-09 Thread Thomas Hauk
I am currently generating a PDF by adding a PdfTemplate object multiple times to a document (in an 8-up fashion). I wanted to dynamically place text in my PdfTemplate, which I did so with the following code (in the function that creates my PdfTemplate object): pdfTemplate.beginText