Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
The evaluation version of Aspose.BarCode for Python via Java allows full barcode generation functionality but adds a watermark (“Aspose”) to each generated image. It also supports barcode recognition for all types; however, only Code 39 can be fully decoded. For all other symbologies, 30% of the recognized text will be replaced with asterisks ("*").
Any additional functionality—such as saving clean images, full barcode decoding, and advanced settings—requires applying a valid license.
Once a license is applied, all limitations are removed, including watermarking and masked output, unlocking full access to barcode generation and recognition capabilities.
To evaluate the full version without restrictions, you can request a 30-day temporary license.
More information is available here: How to get a
Temporary License?
For production use, a commercial license is required. License pricing and details are available at:
Pricing for Aspose.BarCode for Python
via Java
Every license includes:
The license is an XML file that contains essential information about your license, including:
License Type
Order ID
Product Names
the license applies toCustomer
detailsEdition Type
Serial Number
A trial license includes an additional field, LicenseExpiry
,
which specifies the expiration date.
After this date, the trial license becomes inactive.
Both trial and commercial licenses include a SubscriptionExpiry
field,
which defines the period during which you are entitled to receive product updates,
such as:
⚠️ Note: Typically, the
LicenseExpiry
date is earlier than theSubscriptionExpiry
.
Therefore, for trial licenses, theSubscriptionExpiry
has no practical effect.
⚠️ Do not modify the license file.
The license is digitally signed. Any changes — including additional spaces or line breaks — will corrupt the file and cause validation to fail.
from asposebarcode import Recognition, Assist
license = Assist.License()
license.setLicense(path_to_license_file)
reader = Recognition.BarCodeReader("image.png",None, Recognition.DecodeType.DATABAR_EXPANDED_STACKED)
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.