Browse our Products

Aspose.BarCode for Python via Java 23.11

All Changes

KeySummaryCategory
BARCODENET-38674Add GS1MicroPdf417 with special GS1 modesEnhancement
BARCODENET-38674Add reading GS1MicroPdf417 with special GS1 modesEnhancement

Public API changes and backwards compatibility

Enum Generation.Code128Emulation was removed. Following changes were made in Generation.Pdf417Parameters class: -method getCode128Emulation() was removed -method setCode128Emulation(int):None was removed -method getMacroCharacters() was added -method setMacroCharacters(int):None was added -method isLinked():bool was added -method setLinked(bool):None was added -method isCode128Emulation():bool was added -method setCode128Emulation(bool):None was added Class Recognition.Pdf417ExtendedParameters

  • method isCode128Emulation():bool 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