Re: [iText-questions] PdfGraphics2D Issue

2008-04-01 Thread Paulo Soares
Post a small example so that the problem can be reproduced. Paulo - Original Message - From: "jeffupt" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 01, 2008 8:18 PM Subject: [iText-questions] PdfGraphics2D Issue > > I'm using the iText Graphics2D implem

[iText-questions] PdfGraphics2D Issue

2008-04-01 Thread jeffupt
I'm using the iText Graphics2D implementation to render monotone images to a PDF file. These images consist of only 1 color, with empty spots in the image being completely transparent. The problem arises when the single color is pure black ( 0, 0, 0, 255 ). The image is completely transparent in

Re: [iText-questions] PdfGraphics2D issue and solution forhorizontially scaled fonts

2007-04-21 Thread Paulo Soares
Thank you, it's in the CVS. Paulo - Original Message - From: "John Hellerud" <[EMAIL PROTECTED]> To: Sent: Friday, April 20, 2007 11:34 PM Subject: [iText-questions] PdfGraphics2D issue and solution forhorizontially scaled fonts > Hello, > > Issue:

[iText-questions] PdfGraphics2D issue and solution for horizontially scaled fonts

2007-04-20 Thread John Hellerud
Hello, Issue: The PdfGraphics2D.drawString() method doesn't support fonts with a TextAttribute.WIDTH setting that does not equal 1.0f. History: Most of the reports that I need to render are based on output originally designed for a line printer with a 10, 12, 16.66 or 17.75 cpi width font. U