i am using aspose.slides.2.6.0.jar for pptx to pdf conversion.
i used the sample code provided by you
but i m getting some run time exception.
Exception in thread “main” java.lang.NegativeArraySizeException near
Presentation p=new Presentation(“sample.pptx”);
can u help me regarding this issue?