Thank you for answering. The problem was the Graphic r�solution parameter of PDFWriter: Screen/150ppp/ etc. I replaced Screen by 600 ppp and the result is fine.
Untitled Document----------------- Jean-Yves BRUD - www.polyquark.com ----------------- ----- Original Message ----- From: "Phil Race" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 11, 2002 4:56 PM Subject: Re: [JAVA2D] URGENT: Line weight and position while printing to PDF printer. > Since you only mention the PDF Writer, then maybe its a bug in > that driver. I'm presuming you tested this code elsewhere and have > ruled out that its a bug in your code that shows up simply because > printing involves scaling. > > -phil. > > >Delivered-To: [EMAIL PROTECTED] > >MIME-Version: 1.0 > >X-Priority: 3 > >X-MSMail-Priority: Normal > >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 > >Date: Tue, 11 Jun 2002 11:49:44 +0200 > >From: Jean-Yves BRUD <[EMAIL PROTECTED]> > >Subject: [JAVA2D] URGENT: Line weight and position while printing to PDF > printer. > >To: [EMAIL PROTECTED] > > > >Hello. > >I use Java 2D to draw text and line on screen and to virtual Printer PDF Writer > 5 (from Adobe). > >The result on screen is perfect but in the PDF file, line weight and positions > vary a lot (1 or 2 points !). > >It'a a big problem for my project. > > > >Any idea please ? > > > >Thanxs. > >Jean-Yves BRUD > > > > =========================================================================== > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff JAVA2D-INTEREST". For general help, send email to > [EMAIL PROTECTED] and include in the body of the message "help". =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA2D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
