Setting Default Zoom Value for Presentation in Python

Aspose.Slides - Setting Default Zoom Value for Presentation

To Convert Presentation to HTML using Aspose.Slides Java for Python. Here you can see example code.

Python Code


 pres = self.Presentation()

pres.getViewProperties().getNotesViewProperties().setScale(50)

\# Save the presentation as a PPTX file

save_format = self.SaveFormat

pres.save(self.dataDir + "Zoom.pptx", save_format.Pptx)

print "Set zoom value, please check the output file."

Download Running Code

Download Setting Default Zoom Value for Presentation (Aspose.Slides) from any of the below mentioned social coding sites: