We have existing license valid till 10/10/2025 but our pdf generated using ASPOSE shows ASPOSE watermark. Please refer attached sample
It sounds like you’re experiencing an issue with the Aspose watermark appearing in your PDF output, despite having a valid license. Here’s a structured approach to troubleshoot and resolve this issue:
Cause: The watermark typically appears when the license is not set correctly or if there are issues with the license file.
Solution: Follow these steps to ensure your license is applied properly:
-
Ensure License is Set Correctly: Make sure that you are setting the license correctly in your code. The license should be set before any Aspose.PDF operations are performed. Here’s a sample code snippet to set the license:
License license = new License(); license.setLicense("path/to/your/license/file.lic");
-
Check License File Path: Verify that the path to your license file is correct. If the file is not found, the library will default to evaluation mode, which includes the watermark.
-
Single License Application: Ensure that the license is applied only once in your application. Applying it multiple times can sometimes lead to unexpected behavior.
-
Check for Exceptions: Look for any exceptions or errors in your application that might indicate issues with loading the license.
-
Version Compatibility: Ensure that the version of Aspose.PDF you are using is compatible with your license. Sometimes, using a newer version of the library without updating the license can cause issues.
Next Steps: If you follow these steps and still encounter the watermark, please provide more details about your implementation, such as the code you are using to set the license and any error messages you may be receiving.
I look forward to your response and am here to assist you further!
issue is resolved, when are we supposed to request new lic file as the current one is expiring on 10/10/2025.
It is good to know that your issue is resolved. Please feel free to write us back if you have further queries or comments.
You can renew your subscription whenever it suits you best. When you renew your subscription and gets new license, a year is added to the current expiration date. If your expiration date is 10/10/2025 and you renew it in this month (August), the new expiration date would be 10/10/2026. We recommend you to see licensing FAQs for your complete reference.
Please note, your current version of the softwares/apps (using Aspose APIs) will continue to function as expected even after your license expires. Your applications will continue to work without interruption. But, after the expiration of your time-limited license, you will not receive further upgrades, enhancements and fixes to the your current Aspose APIs version unless you renew your license.