I am trying to explore the pdfsweep functionality of itext 7. I have obtained a 30 day trial license. When I call LicenseKey.loadLicenseFile(path-to-key-file)
, it returns without any errors, but when I attempt to instantiate a PdfCleanUpTool
, I get the following error:
LicenseKeyException License file not loaded. com.itextpdf.licensekey.LicenseKey.checkLicense (LicenseKey.java:410)
Thanks.