Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

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"
}

  • No labels