Slide numbers getting corrupt when converting a Presentation into PPT

Hi All,


I am using Aspose.slides-2.9.5 for JDK 1.6. When I try to convert a Presentation containing slide numbers on the footer into PPT, I notice that some garbage values appear in the place of the slide numbers in the PPT.

The code used is:

String path =“C:\Temp\Slide_Numbers.pptx”;
PresentationEx pres = new PresentationEx(path);
pres.save(path + “.out.pdf”, SaveFormat.PDF);

I have attached the source presentation and target pdf here. Please let me know your thoughts on this.

Thanks,
Smitha

Hi Smitha,


I have worked with the presentation file shared and have been able to observe the issue with improper slide number rendering. An issue with ID SLIDESJAVA-33453 has already been created in our issue tracking system to 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,

Thanks for the update.


-Smitha

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


This message was posted using Notification2Forum from Downloads module by aspose.notifier.
(3)