HI,
I have purchased Spire.Office and applied the license in my Java code to remove the evaluation warning statement. However the first generated PDF at the fist run of the application always display the warning message, following PDFs do not show it. I need to ensure the warnirng message will never show . Here is the code that I used to apply the license, please advise what to do to avoid this annoying message.
com.spire.license.LicenseProvider.setLicenseKey(key);
com.spire.license.LicenseProvider.loadLicense();