Cannot find black listed licenses resource. Please report this error to Aspose

Trying to convert an HTML doc to pdf.

OS: HP-UX B.11.31 ia64
java version: “1.7.0.10"

temporary license file received Dec 10, 2015
license file works on Windows 7

code snippet to load temporary license:
final com.aspose.pdf.License license = new com.aspose.pdf.License();
final InputStream licenseStream = getClass().getResourceAsStream(“Aspose.Pdf.lic”);
license.setLicense(licenseStream);

license is embed in single jar file via the following ANT build:















<zipfileset dir=”${build.dir}"
excludes=“test/" />
<zipfileset includes="
/*.class”
src="${jar.aspose}" />










Hi,


Thanks for contacting support.

Please share the license file by following instructions specified over How to send a license?, so that we can test the scenario in our environment. We are sorry for your inconvenience.