diff --git a/Misc/UnityPackage/Plugins/PDFtoZPL.dll b/Misc/UnityPackage/Plugins/PDFtoZPL.dll index 8cf309f..4137ab8 100644 Binary files a/Misc/UnityPackage/Plugins/PDFtoZPL.dll and b/Misc/UnityPackage/Plugins/PDFtoZPL.dll differ diff --git a/Misc/UnityPackage/Plugins/PDFtoZPL.xml b/Misc/UnityPackage/Plugins/PDFtoZPL.xml index 131c848..aabc730 100644 --- a/Misc/UnityPackage/Plugins/PDFtoZPL.xml +++ b/Misc/UnityPackage/Plugins/PDFtoZPL.xml @@ -191,6 +191,11 @@ The dithering algorithm used when downsampling to a 1-bit monochrome image. + + + Adds the ^PQ command to set the total quantity of labels to print. Accepted values are 1 to 99,999,999. Ignored if set to 0. + + Contains all relevant information to render a PDF page into an image. @@ -281,8 +286,9 @@ If then the returned ZPL sets the label length to the height of the image, using the ^LL command. Otherwise it returns ^XA^GF^FS^XZ. The threshold below which a pixel is considered black. Lower values mean darker, higher mean lighter. The dithering algorithm used when downsampling to a 1-bit monochrome image. + Adds the ^PQ command to set the total quantity of labels to print. Accepted values are 1 to 99,999,999. Ignored if set to 0. - + Contains all relevant information to render a PDF page into an image. @@ -291,6 +297,7 @@ If then the returned ZPL sets the label length to the height of the image, using the ^LL command. Otherwise it returns ^XA^GF^FS^XZ. The threshold below which a pixel is considered black. Lower values mean darker, higher mean lighter. The dithering algorithm used when downsampling to a 1-bit monochrome image. + Adds the ^PQ command to set the total quantity of labels to print. Accepted values are 1 to 99,999,999. Ignored if set to 0. The encoding used for embedding the bitmap. @@ -307,6 +314,9 @@ The dithering algorithm used when downsampling to a 1-bit monochrome image. + + Adds the ^PQ command to set the total quantity of labels to print. Accepted values are 1 to 99,999,999. Ignored if set to 0. + Constructs with default values. diff --git a/Misc/UnityPackage/package.json b/Misc/UnityPackage/package.json index d6f8e59..4ce1ea5 100644 --- a/Misc/UnityPackage/package.json +++ b/Misc/UnityPackage/package.json @@ -1,11 +1,11 @@ { "name": "de.sungaila.pdftozpl", - "version": "5.0.2", + "version": "5.0.3", "displayName": "PDFtoZPL", "description": "A .NET library to convert PDF files (and bitmaps) into Zebra Programming Language code.", "unity": "2022.3", "documentationUrl": "https://github.com/sungaila/PDFtoZPL", - "changelogUrl": "https://github.com/sungaila/PDFtoZPL/releases/tag/v5.0.2", + "changelogUrl": "https://github.com/sungaila/PDFtoZPL/releases/tag/v5.0.3", "license": "MIT", "licensesUrl": "https://github.com/sungaila/PDFtoZPL/blob/master/LICENSE", "dependencies": {