Incorrect Output while generating a PDF out of a PPT

Hi All,


I have used Aspose Slides for Java 3.0.0 to convert the attached PPT (1_slide.ppt) into PDF (1_slide.pdf). The colored lines that are vertical in the original PPT are rendered horizontal in the PDF file.
The code used is:

String path =“C:\1_slide.ppt”;
Presentation presentation = new Presentation(path);
PdfOptions options = new PdfOptions();
options.setEmbedTrueTypeFontsForASCII(true);
presentation.save(path+“output.pdf”, SaveFormat.Pdf, options);

Can you please take a look and advise.

Thanks,
Smitha

Hi Smitha,


I have worked with the presentation file shared by you and have been able to reproduce the issue specified. An issue with ID SLIDESJAVA-33600 has been created in our issue tracking system ti further investigate and resolve the issue. This thread has been linked with the issue so that you may be automatically notified once the issue will be resolved.

We are sorry for your inconvenience,

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


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.