>
> Hi I am new to java and to iText.
>
> I am making an application in java where I am generating a PDF using
> iText.
> I am facing some problem with the changing of font size within the
> table.The
> rows in the table change dynamically.
> I can change the other font normally by FontFactory but
Sheen wrote:
> I am facing some problem with the changing of font size within the table.
You add elements like Phrase, Paragraph,... to a PdfPCell.
These elements can have different fonts and/or font sizes.
It's all explained in the tutorial and in the book.
> The rows in the table change dynamic
Hi I am new to java and to iText.
I am making an application in java where I am generating a PDF using iText.
I am facing some problem with the changing of font size within the table.The
rows in the table change dynamically.
I can change the other font normally by FontFactory but the same I can