Skip to content

Example of a Printer's Database Object


Example - database object containing a printer

{
  "_id": "printer1",
  "config": {
    "printer": "printer1",
    "connection": "socket://printer1:9100",
    "rotation": "90",
    "alignment": "center",
    "tolerance": "0.0",
    "ppd": "small_format.ppd",
    "server": "spooler1",
    "webUrl": "http://printer1",
    "sapwinQueue": "windows_printer",
    "template": {
      "bos": [
        {
          "name": "Test",
          "context": "startJob",
          "rules": [
            {
              "condition": true,
              "action": "nochn test\n"
            }
          ]
        }
      ]
    },
    "TALLY_FILTER": "tally2pcl_lex",
    "connectionHostname": "printer1"
  },
  "runtime": {
    "status": "idle",
    "currentPrintingJob": "",
    "lastPrintedJobTime": 0,
    "queuedJobs": 0
  }
}

Hint - not exhaustive

This example does not list all available printer properties. To find the path value of any printer property for Configure Additional Columns for Windows and Configure Additional Columns for Linux, activate Show technical property names in the User Settings of PLOSSYS Administrator.


Back to top