I have licence for aspose barcodes 23.1.0.0 . am unable to read barcodes from the tiff files .
But i can able to read barcodes using version 24.3.0.0 but am getting watermark when i reading types barode128
It seems you are experiencing issues with reading barcodes from TIFF files using Aspose.Barcode version 23.1.0.0. While you mentioned that version 24.3.0.0 allows you to read barcodes but adds a watermark for Barcode128, here are a few suggestions to address your concerns:
-
Version Compatibility: It’s possible that there are improvements and bug fixes in the later version (24.3.0.0) that enhance barcode reading capabilities. If you have a license for version 23.1.0.0, you might want to consider upgrading to the latest version to benefit from these enhancements.
-
Watermark Issue: The watermark you are encountering in version 24.3.0.0 typically appears when using an unlicensed version of the software. To remove the watermark, ensure that your license is correctly applied in your code. You can do this by initializing the license as follows:
License license = new License(); license.SetLicense("path_to_your_license_file.lic");
-
Reading Barcodes from TIFF: If you are specifically having trouble reading barcodes from TIFF files in version 23.1.0.0, consider checking the supported image formats and ensuring that the TIFF files are not corrupted or improperly formatted. You may also want to test with different TIFF files to see if the issue persists.
If these suggestions do not resolve your issue, I recommend reaching out to Aspose’s technical support for more tailored assistance. They can provide insights based on your specific use case and help troubleshoot any underlying problems.
For further assistance, you can also explore the Aspose documentation and community forums, where many users share their experiences and solutions.
If you have any more questions or need further clarification, feel free to ask!
I tried different file those are able read in 24.3.0.0. But unable to read using my licence version 23.1.0.0
It seems your license for Aspose.BarCode has expired for 24.3 and later versions. Please note,
Aspose licenses are linked to a subscription period rather than a specific product version. When you purchase a license, it typically includes a one-year subscription, allowing you to use any new product versions released during that time at no additional cost. After the subscription expires, you can’t use any versions released after that date. To check your subscription expiry date, open the license file in a text editor (ensure you don’t modify it, as even a minor change can invalidate it) and look for the expiry date. It’s likely that Aspose.BarCode v24.3 was released after your subscription expired, which is why you’re seeing an evaluation watermark. You should try using versions released before your subscription expired, such as Aspose.BarCode v24.1 or v23.12.
If none of the older versions can read the barcodes, you will need to renew your subscription to use newer versions of the API without any issue.