Hello,

I have problem with resolution of printer using Java 2D Printing API.
Despite my printer has 600 x 600 DPI, inside
java.awt.print.Printable.print(Graphics, PageFormat, int) I receive page
format with 600 x 840 page size. 

I have tried to set resolution using
javax.print.attribute.PrintRequestAttributeSet and
javax.print.attribute.standard.PrinterResolution, but with no result.

Can anybody solve this problem?

Regards,
Karl.   
-- 
View this message in context: 
http://www.nabble.com/Too-small-page-in-case-of-Java-Printing-API.-tp24219902p24219902.html
Sent from the Sun - Java2D-Interest mailing list archive at Nabble.com.

===========================================================================
To unsubscribe, send email to lists...@java.sun.com and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
lists...@java.sun.com and include in the body of the message "help".

Reply via email to