From: Guillem C. W. <vac...@es...> - 2002-04-27 11:16:33
|
Well, I have use Win32::GUI::DIBitmap to make a image file (.jpeg, .bmp, = etc) and I have also find Win32::Printers. Does anybody done a gui = interface with Win32::GUI in order to select the printer and print the = image ? Any ideas ? this is the code that makes me my file: $dibuix =3D newFromDC Win32::GUI::DIBitmap ($DC,0, 0, 700, 570); $dibuix->SaveToFile("imatge.jpg",Win32::GUI::FIF_JPEG,Win32::GUI::JPEG_QU= ALITYGOOD); =20 Thanks, Guillem Cunillera i Wefers -----Mensaje original----- De: Guillem Cunillera Wefers <vac...@es...> Para: perlwin32gui <per...@li...> Fecha: divendres, 26 / abril / 2002 17:53 Asunto: [perl-win32-gui-users] Dc to the printer Everybody knows some way to send a DC graphic to the printer ? I can accept taking all the Window. Thanks. Guillem Cunillera i Wefers |