Hi Petro,
Thanks for the quick reply. I re-downloaded library and still getting NPE.
Hi Petro,
final com.aspose.pdf.facades.PdfConverter converter
= new com.aspose.pdf.facades.PdfConverter();<o:p></o:p>
converter.bindPdf("c:/pdftest/pdf-bezier-curve.pdf");
converter.doConvert();
int imageCount = 1;
while (converter.hasNextImage())
{
converter.getNextImage("c:/pdftest/pdf-bezier-curve_" + "image" + imageCount + ".jpg",com.aspose.ms.System.Drawing.Imaging.ImageFormat.getJpeg());
imageCount++;
}
Hi Nayyer Shahbaz,
Hi Petro,
Once you have included aspose-pdf-4.x.x.jar file in your application class path and have referenced the library in your project, you are good to go with the evaluation of product. Please note that the evaluation/trial version provides the same set of features as offered in licensed mode, except for the fact that an evaluation watermark is displayed in PDF files generated with trial mode.
However, you may consider requesting a 30 days temporary license to test the component without any limitations. For further details, please visit Get a temporary license.
Hi Petro,
Thanks for your patience.
I have tested the scenario over MAC OSX 10.8.2 where I have java version “1.6.0_43” Java™ SE Runtime Environment (build 1.6.0_43-b01-447-11M4203) and as per my observations, when using Aspose.Pdf for Java in trial mode, a null key exception is generated. For
the sake of correction, I have logged it in our issue tracking system as PDFNEWJAVA-33752. We
will investigate this issue in details and will keep you updated on the status
of a correction.
We apologize for your inconvenience.
However in order to test our component without this problem, you may consider requesting a 30 days temporary license. For further details, please visit Get a temporary license.
Hi Petro,
the sake of correction, I have separately logged it in our issue tracking system as PDFNEWJAVA-33753. We
will investigate this issue in details and will keep you updated on the status
of a correction.
We apologize for your inconvenience.
PS, this problem does not seem to be occurring when converting PDF to Image format over Windows or Linux platform.
Hi Nayyer,
Hi Petro,
Hi Petro,