Re: [iText-questions] PdfTemplate inside a PdfPCell

2006-12-13 Thread Summkeller Eric
I changed the size to 50, 50 using PdfTemplate tpl = cb.createTemplate(50, 50); but nothing changes. The text is still not displayed. If I select the text from above to below in Acrobat Reader I see something like an empty placeholder but this was still there before. Again many thanks for your he

[iText-questions] PdfTemplate inside a PdfPCell

2006-12-12 Thread Summkeller, Eric
We would like to write the total page count into a PdfPTable at the bottom of each page. To do this we used a PdfTemplate (see code below). The problem is that the template placeholder is created but there is no text in it. Any help welcome! public void onGenericTag(PdfWriter pdfWriter