Hi,
the dateTime footer of the master and it's layouts will be changed upon save.
the second line has an indentation. I've attached the original and new presentation.
Aspose.slides for java 8.5.0
final com.aspose.slides.Presentation slideshow = new com.aspose.slides.Presentation(new FileInputStream("d:/original.ppt"));
FileOutputStream fos = null;
try {
fos = new FileOutputStream(new File("d:/new-saved.ppt"));
slideshow.write(fos);
} finally {
fos.close();
}
Is this a known bug? Any know workarounds for this issue?
I would like to know how to check for existing bugs. Is there a public access to the bug tracker?
And how to know when a new version is available?
best regards,
D.Croe