I am sorry I am new to this. Example shows that footer and header is added to
document maybe I am missing something. Assuming I get the PdfContentByte
from writer.getDirectContent() then how do I add table to content
afterwards?
--
View this message in context:
http://www.nabble.com/Question-Pd
Is there a question here?
(Qual é a pergunta?)
Paulo
- Original Message -
From: "marvit" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, April 19, 2006 8:17 PM
Subject: [iText-questions] Question PdfContentByte
Bruno,
How position the rectangule, i obtain po
Bruno,
How position the rectangule, i obtain position text, but rectangule no,
below code.
PdfContentByte cb;
cb = writer.DirectContent;
cb1.RoundRectangle(0, 0, 284, 120,10);
cb1.Stroke();
Thanks
Marcio Martins