Aspose.BarCode for Python via Java API Reference

Developers can use the API to create barcode images, embed them in documents, and decode barcodes from images, PDFs, or streams. It supports a wide range of symbologies including QR, Data Matrix, Aztec, PDF417, Code 128, Code 39, UPC, EAN, and many others. The functionality is divided into four namespaces: aspose_barcode.complex_barcode for advanced composite symbols, aspose_barcode.core for shared utilities, aspose_barcode.generation for encoding, and aspose_barcode.recognition for decoding.

Modules

ModuleDescription
aspose_barcode.complex_barcodeProvides classes and enums for generating and reading complex barcode formats, including HIBCLIC and custom data elements.
aspose_barcode.coreThe aspose_barcode.core namespace supplies fundamental types and utilities for barcode processing, including error handling, licensing, and geometric primitives.
aspose_barcode.generationThe aspose_barcode.generation namespace offers classes and enums for configuring and creating a wide variety of barcode images.
aspose_barcode.recognitionThe aspose_barcode.recognition namespace offers classes and enums for configuring, reading, and interpreting various barcode types in Aspose.BarCode for Python via Java.