Tables in pdf out not showing

Hi, tables are not appearing in pdf output of javaslides,see attached zip for files

simpletable.zip (33.5 KB)

 public static void main(String[] args) { com.aspose.slides.License license =
  
    new com.aspose.slides.License();
  license.setLicense("Aspose.Slides.Java.lic");
  
  try {
    String dataDir = new File(".").getAbsolutePath() + File.separator;
    Presentation pres = new Presentation(dataDir+"in.pptx");
    pres.save(dataDir + "out.pdf", SaveFormat.Pdf);                  
  
 } catch( Exception e){
  System.out.println("Error  Exception in code: "+e.getMessage());
  System.exit(1) ; } }

@JamesDriscoll,
Thank you for the issue description. I reproduced the problem and received the same results. I have logged the issue in our tracking system with ID SLIDESJAVA-38479 for further investigation. You will be notified when it is fixed.

The issues you have found earlier (filed as SLIDESJAVA-38479) have been fixed in this update.

1 Like