Hi There,
I am evaulating the Aspose Cells and PDF product via Aspose Total for Java
A very simple example is failing:
String licenseFile = "/Users/mark/HDD/Splashpond/projects/inline applet vwr/Aspose.Total.Java.lic";
License license = new License();
license.setLicense(new FileInputStream(licenseFile));
Pdf pdf = new Pdf();
pdf.bindXML("/Users/mark/HDD/Splashpond/invoices/invoice3_aspose_converted.xml",null);
pdf.save("/Users/mark/invoice3_aspose.pdf");
java.lang.NullPointerException
at aspose.pdf.c.p.do(Unknown Source)
at aspose.pdf.c.aa.if(Unknown Source)
at aspose.pdf.e.m.a(Unknown Source)
at aspose.pdf.e.bm.a(Unknown Source)
at aspose.pdf.e.bo.a(Unknown Source)
Please advise.
Thanks,
Mark
This message was posted using Aspose.Live 2 Forum