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 = newFromDC Win32::GUI::DIBitmap ($DC,0, 0, 700, 570);
$dibuix->SaveToFile("imatge.jpg",Win32::GUI::FIF_JPEG,Win32::GUI::JPEG_QUALITYGOOD);
 



Thanks,

Guillem Cunillera i Wefers
  -----Mensaje original-----
  De: Guillem Cunillera Wefers <[EMAIL PROTECTED]>
  Para: perlwin32gui <perl-win32-gui-users@lists.sourceforge.net>
  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

Reply via email to