Re: [iText-questions] iText Graphics2D and font encodings

2008-02-12 Thread Jason Boehle
> > 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

Re: [iText-questions] iText Graphics2D and font encodings

2008-02-11 Thread Paulo Soares
- 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.

[iText-questions] iText Graphics2D and font encodings

2008-02-11 Thread Jason Boehle
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.