Login  Register

How send drawing to printer

Posted by imhy on Apr 14, 2015; 6:26am
URL: https://forum.jogamp.org/How-send-drawing-to-printer-tp4034284.html

Hi, all.
I`m working on a some simple java 2D CAD viewer.
My task is send drawing to a printer. So user must select paper size it can be A4 paper or 1.5m x 5m  (for plotter) so i`m not shure that it is possible to save as image.
After that i need scale my drawing to this paper size and print it on a single page.
I need print whole drawing even  if it not fit on current screen (during resize by user).

Please can You advise how to do this best way?