Win32::Printer::Direct - Perl extension for direct Win32 printing |
Win32::Printer::Direct - Perl extension for direct Win32 printing
use Win32::Printer::Direct;
Printfile("HP LaserJet 8150", "test.prn");
Win32 direct printing
See the Win32::Printer manpage! This module depends on it.
Printfile($printer_name, $file_name);
$printer_name is printer's friendly name and $file_name is name of the file to print.
Return value is error code:
1 Success -1 Memory allocation error -2 Error opening the file -3 Error opening the printer -4 Error startint the print job -5 Error writing to printer -6 Error ending the print job -7 Error closing printer
the Win32::Printer manpage, Win32 Platform SDK GDI documentation.
Edgars Binans
Win32::Printer, Copyright (C) 2005 Edgars Binans.
THIS LIBRARY IS LICENSED UNDER THE TERMS OF GNU LESSER GENERAL PUBLIC LICENSE V2.1
Win32::Printer::Direct - Perl extension for direct Win32 printing |