> Subject: [iText-questions] Formatting text in iText
>
>
> Hi,
>
> I am trying to create a PDF using iText. I want to create a
> line like:
>
> x yy
>
> where the x's are justified left and the y's a
Jody Weisbaum wrote:
Hi,
I am trying to create a PDF using iText. I want to create a line like:
x yy
where the x's are justified left and the y's are centered, both on the
same line.
How do I do this?
With a PdfPTable.
Remove the borders with
Hi,
I am trying to create a PDF using iText.
I want to create a line like:
x
yy
where the x's are justified left and
the y's are centered, both on the same line.
How do I do this?
Thanks,
Jody Weisbaum
--