> > We are using iText to generate PDFs from our Java spreadsheet
engine.
> > We already had printing capability through the Java 1.2 printer
> > interfaces, so at the moment I am using iText's
createPrinterGraphics
> > API to get a Graphics2D which our application can paint to in order
to
> > crea
- Original Message -
From: "Jason Boehle" <[EMAIL PROTECTED]>
To:
Sent: Monday, February 11, 2008 9:14 PM
Subject: [iText-questions] iText Graphics2D and font encodings
> Hi all,
>
> We are using iText to generate PDFs from our Java spreadsheet engine.
Hi all,
We are using iText to generate PDFs from our Java spreadsheet engine.
We already had printing capability through the Java 1.2 printer
interfaces, so at the moment I am using iText's createPrinterGraphics
API to get a Graphics2D which our application can paint to in order to
create the PDF.