PDF document printing (POST /system/printPDF)
Method takes 3 arguments.
{
"PDFdocument": "c:/work/rxu7665/ws-pdft5.pdf",
"winPrinter": "EPSON538CFE (ET-2750 Series)",
"copies": 2
}
PDFdocument field must contain the full path of the document
winPrinter field contains the windows printer name
copies field allows for 1 to 99 copies of the document to be printed. Note that the default value is 1 if copies set to 0.
The endpoint will print the PDF document to the desired printer, it returns the following after printing
{
"PD_document": "c:\\work\\rxu7665\\ws-pdft5.pdf",
"message": "document printed",
"cmdStatus": "000"
}
Â