Aspose.BarCode FOSS for Python

API reference for Aspose.Barcode FOSS for Python v0.1.0. 26 public types organized by module.

Core API

ClassDescription
BarcodePublic barcode object returned by the high-level API.

Internal

ClassDescription
BarcodeErrorBase exception for the barcode library.
Code128OptionsEncoding options for Code 128.
Code39OptionsEncoding options for Code 39.
Ean13OptionsEncoding options for EAN-13.
Ean8OptionsEncoding options for EAN-8.
EncodeOptionsBase type for symbology-specific encoding options.
EncodingErrorRaised when encoding fails.
InvalidInputErrorRaised when the provided input is technically invalid.
PdfRendererRender a barcode into PDF or another vector-friendly artifact.
PngRendererRender a barcode into PNG output.
QrOptionsEncoding options for QR Code.
RenderOptionsUser-supplied rendering options.
RendererAbstract renderer interface.
RenderingErrorRaised when rendering fails.
ResolvedRenderOptionsFully resolved rendering configuration.
SvgRendererRender a barcode into SVG output.
SymbologyNotFoundErrorRaised when a requested symbology is not registered.
UnsupportedCapabilityErrorRaised when a symbology does not support a requested capability.
UnsupportedFeatureErrorRaised when a requested feature is not supported by the library.
UpcaOptionsEncoding options for UPC-A.
UpceOptionsEncoding options for UPC-E.

Enumerations

EnumerationDescription
Code128EncodeModeSupported public Code 128 encode-mode requests.
Code39EncodeModeSupported Code 39 encode modes.
QrEncodeModeSupported public QR Code encode-mode requests.
QrErrorCorrectionLevelSupported QR Code error correction levels.

See Also