dolibarr
x.y.z
|
Class to provide printing with Google Cloud Print. More...
Public Member Functions | |
__construct ($db) | |
Constructor. More... | |
listAvailablePrinters () | |
Return list of available printers. More... | |
getlistAvailablePrinters () | |
Return list of available printers. More... | |
printFile ($file, $module, $subdir='') | |
Print selected file. More... | |
sendPrintToPrinter ($printerid, $printjobtitle, $filepath, $contenttype) | |
Sends document to the printer. More... | |
listJobs () | |
List jobs print. More... | |
Public Member Functions inherited from PrintingDriver | |
getDesc () | |
Return description of Printing Module. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from PrintingDriver | |
static | listDrivers ($db, $maxfilenamelength=0) |
Return list of printing driver. More... | |
Class to provide printing with Google Cloud Print.
Definition at line 36 of file printgcp.modules.php.
printing_printgcp::__construct | ( | $db | ) |
Constructor.
Reimplemented from PrintingDriver.
Definition at line 101 of file printgcp.modules.php.
printing_printgcp::getlistAvailablePrinters | ( | ) |
Return list of available printers.
Definition at line 254 of file printgcp.modules.php.
printing_printgcp::listAvailablePrinters | ( | ) |
Return list of available printers.
Definition at line 207 of file printgcp.modules.php.
printing_printgcp::listJobs | ( | ) |
printing_printgcp::printFile | ( | $file, | |
$module, | |||
$subdir = '' |
|||
) |
Print selected file.
string | $file | file |
string | $module | module |
string | $subdir | subdir for file |
Definition at line 322 of file printgcp.modules.php.
printing_printgcp::sendPrintToPrinter | ( | $printerid, | |
$printjobtitle, | |||
$filepath, | |||
$contenttype | |||
) |
Sends document to the printer.
string | $printerid | Printer id returned by Google Cloud Print |
string | $printjobtitle | Job Title |
string | $filepath | File Path to be send to Google Cloud Print |
string | $contenttype | File content type by example application/pdf, image/png |
Definition at line 373 of file printgcp.modules.php.