Browse our Products
Aspose.BarCode for Node.js via Java 23.11
This page contains release notes information for Aspose.BarCode for Node.js via Java 23.11.
All Changes
Key | Summary | Category |
---|---|---|
BARCODENET-38674 | Add GS1MicroPdf417 with special GS1 modes | Enhancement |
BARCODENET-38674 | Add reading GS1MicroPdf417 with special GS1 modes | Enhancement |
Public API changes and backwards compatibility
Enum Generation.Code128Emulation was removed. Following changes were made in Generation.Pdf417Parameters class: -function getCode128Emulation() was removed -function setCode128Emulation(int):void was removed -function getMacroCharacters() was added -function setMacroCharacters(int):void was added -function isLinked():boolean was added -function setLinked(boolean):void was added -function isCode128Emulation():boolean was added -function setCode128Emulation(boolean):void was added Class Recognition.Pdf417ExtendedParameters
- function isCode128Emulation():boolean was added Enum Generation.EncodeTypes
- value GS_1_MICRO_PDF_417 added Enum Recognition.DecodeType
- value GS_1_MICRO_PDF_417 added
The meaning of new properties that were added to Pdf417Parameters (Pdf417 section of BarcodeGenerator parameters):
- MacroCharacters. Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes.
- IsLinked. Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes.
- IsCode128Emulation. Can be used only with MicroPdf417 and encodes Code 128 emulation modes