- Zpl rotate image from memory pdf#
- Zpl rotate image from memory zip file#
- Zpl rotate image from memory code#
^SL Set Mode and Language (for Real-Time Clock) Model 1, Mask value and Data Encoding Switches are not supportedĪR-compressed format and bitmap.
Zpl rotate image from memory code#
^BC Code 128 Bar Code (Subsets A, B, and C) ^A Scalable/Bitmapped Use Font Name to Call FontĮCICs and Structured Appended format are not supported However, this does not mean that the rendered barcodes will not be readable at all. Each file name is named to Label_01.nv, Label_02.nv, etc.īarcode symbols, particularly 2D-type like QR Code, Data Matrix, Aztec Code, Maxicode., might look different to the one printed by a real printer because ZPLPrinter Web API for Docker leverages on its own barcode encoder.
Zpl rotate image from memory zip file#
Returns all the rendered labels as a ZIP file containing each label in EPSON ESC/POS NV Binary format. Each file name is named to Label_01.fp, Label_02.fp, etc. Returns all the rendered labels as a ZIP file containing each label in Honeywell-Intermec FingerPrint Binary format. Each file name is named to Label_01.epl, Label_02.epl, etc. Returns all the rendered labels as a ZIP file containing each label in Zebra EPL Binary Graphic format. Each file name is named to Label_01.grf, Label_02.grf, etc. Returns all the rendered labels as a ZIP file containing each label in Zebra GRF ASCII Hex format. Each file name is named to Label_01.pcx, Label_02.pcx, etc. Returns all the rendered labels as a ZIP file containing each label in PCX format.
Zpl rotate image from memory pdf#
The PDF file will contain as many pages as rendered labels. Returns all the rendered labels as a ZIP file containing a single PDF. Each file name is named to Label_01.jpg, Label_02.jpg, etc. Returns all the rendered labels as a ZIP file containing each label in JPEG/JPG format. Each file name is named to Label_01.png, Label_02.png, etc. Returns all the rendered labels as a ZIP file containing each label in PNG format.
The returned JSON Object will have this structure: Returns all the rendered labels as a JSON Array containing each label in Base64 PNG Data URI scheme. If the specified commands generate more than one label, then you should specify application/vnd.escpos+json or application/vnd.escpos+zip values instead. Returns the first rendered label in EPSON ESC/POS NV Binary format. If the specified commands generate more than one label, then you should specify application/vnd.fingerprint+json or application/vnd.fingerprint+zip values instead. Returns the first rendered label in Honeywell-Intermec FingerPrint Binary format. If the specified commands generate more than one label, then you should specify application/vnd.zpl+json or application/vnd.zpl+zip values instead. Returns the first rendered label in Zebra EPL Binary Graphic format. Returns the first rendered label in Zebra GRF ASCII Hex format. If the specified commands generate more than one label, then you should specify image/+json or image/+zip values instead. Returns the first rendered label in PCX format. Returns all the rendered labels as a single PDF document. If the specified commands generate more than one label, then you should specify image/jpeg+json or image/jpeg+zip values instead. Returns the first rendered label in JPEG/JPG format. If the specified commands generate more than one label, then you should specify image/png+json or image/png+zip values instead. Returns the first rendered label in PNG format. The supported formats are the following: Accept
The desired output rendering format must be specified through the Accept header.