try...{
image = zoomImage(imag, 0.70); //变成0.8的图片
//ImageIO.write(image, "jpg", new File("d:\tt.jpg"));
}
catch(Exception ed)...{
System.out.println(ed.toString());
}
PrinterJob pj = PrinterJob.getPrinterJob();
PrintService[] services = PrinterJob.lookupPrintServices();
PageFormat pageFormat

