High resolution printing

2014-12-09 Thread Werner Lehmann
Hi, I'd like to print a canvas node with native printer resolution. What is the best way to achieve that? I suppose I can't just set the canvas width and height to the printer page size equivalent because at 600 DPI this would mean about 5000x7000px. And as far as I know a canvas this size

Re: High resolution printing

2014-12-09 Thread Kevin Loverde
Is it not possible to just send the Jasper report to the printer, via the built in printing API that comes with Jasper? On Tue, Dec 9, 2014 at 1:12 PM, Kevin Loverde klove...@gmail.com wrote: Doesn't Jasperreports have a PDF rendering method? That might be a simpler route. On Tue, Dec 9,

Re: High resolution printing

2014-12-09 Thread Werner Lehmann
Hi Kevin, yes it has, and my users can save their reports to a PDF file, open it, and print it. I just felt there should be a more direct way to print a report. Anyway, I decided to use Jasper's built-in print-exporter which works with Java 1.4 AWT printing. This means I have a working