print paper problem
hi,
I'm develop a print applet on jasperreport. When I preview the report on Jasperreport JRViewer, it is very good. But when I print it to a client printer, the result is ALWAYS A4 paper. The page size I set in jasper report doesn't work.
in jasper report xml, the orientation=portrait, width=860, height=269. So I change the printer page to 860X269(widthXheight) and print it. That works but the result is 269X860(widthXheight). Anyone can help me? I'm working on JDK1.4.2-08.
yours,
pierre

