Forums Register Login

Page Orientation Problem with Image getting cut off

+Pie Number of slices to send: Send
Hi,
I am currently drawing a jpeg to an 8.5 x 11 page. Problem is that the right hand size of the image doesn't appear(I beleive its due to page borders). To solve this, I tried setting the page orientation to Landscape before drawing. Page is landscape, but even know there is plenty of room, the same part of the image is cut off. Here is the simple code:
pageFormat.setOrientation(0); //set to landscape
Graphics2D g2d = (Graphics2D)g;
g2d.translate(pageFormat.getImageableX(), pageFormat.getImageableY());
g2d.drawImage(bufferedImage,0,0,printSizeX,printSizeY,null);

Am I doing something wrong? The width of the image is 554 pixels, if I make it smaller, the entire image appears. I need the full size of 554 pixels though.
Thanks!
I'm not dead! I feel happy! I'd like to go for a walk! I'll even read a tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


reply
reply
This thread has been viewed 743 times.
Similar Threads
creating an image from an modified component
creating an image from an modified component
quickly increase the height of an image
setting Page orientation thro CSS not working
Printing problem
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 28, 2024 13:11:38.