Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 1.53 KB

File metadata and controls

59 lines (35 loc) · 1.53 KB

PrintDocumentRequest

Properties

Name Type Description Notes
printerAliasName String Name of the Printer connected (directly or via network) to a Computer. `Max length = 30`
data DataEnum Content/Identifier of document e.g. DOCUMENT_REFERECE_ID. Actual document name e.g. abc.pdf. [IN] i.e base64 string, URL, file path
dataType DataTypeEnum Data Type of the document e.g. DOCUMENT_REFERENCE. [IN/OUT]
documentType DocumentTypeEnum The format of the document file the print takes.
formName FormNameEnum The name of the Document Form.
orientation String The orientation of the document layout: Portrait or Landscape. [optional]
reference PrintDocumentRequestReference [optional]

Enum: DataEnum

Name Value
PDF "PDF"
URL "URL"

Enum: DataTypeEnum

Name Value
BASE64 "BASE64"
URL "URL"

Enum: DocumentTypeEnum

Name Value
ZPL2 "ZPL2"
PDF "PDF"

Enum: FormNameEnum

Name Value
_8X11 "8x11"
_4X6 "4x6"
_2X1 "2x1"
ENV10 "ENV10"
ENV9 "ENV9"
A1 "A1"