开发者

Plotter: What is fixed - the height or the width

开发者 https://www.devze.com 2022-12-24 22:25 出处:网络
I am fixing some printing (plotter) problems in our java code(windows 32). The paper is 50 meter roll , loaded on to plotter.The paper It 36 inch \"wide\".I am printing image 36inch by 108 inch.When

I am fixing some printing (plotter) problems in our java code(windows 32).

The paper is 50 meter roll , loaded on to plotter. The paper It 36 inch "wide". I am printing image 36inch by 108 inch. When I print what is with height and width I can u开发者_StackOverflow中文版se?

[ FYI. The testing is done using print to file, No paper is wasted :) ]

Thanks, Jayan


As discussed in Printing: A Basic Printing Program: "The PageFormat class describes the page orientation (portrait or landscape) and its size and imageable area in units of 1/72nd of an inch."

Addendum: Note that the width and height methods of PageFormat take into account the orientation of the page.

0

精彩评论

暂无评论...
验证码 换一张
取 消