> Subject: [iText-questions] Absolute Position of Text and Font
> Question
>
> Help!
>
> At the start of my application, I load all of the system fonts by using
> FontFactory.register("fontPath"). When I create my PDF document, I have to
> use
Help!
At the start of my application, I load all of the system fonts
by using FontFactory.register(“fontPath”).
When I create my PDF document, I have to use PdfContentByte
class to create my absolute position text. PdfContentByte
class only provide setFontAndSize() which takes in BaseFo