save_metafiles_as_png property
save_metafiles_as_png property
True to convert all metafiles used in a presentation to the PNG images. Read/write bool.
Remarks
Default is true . Pdf document can contain vector graphics and raster images. If SaveMetafilesAsPng is set to true then source Metafile image is converted to Png format and saved to Pdf as a raster image. If SaveMetafilesAsPng is set to false then source Metafile is converted to Pdf vector graphics. Each approach has advantages and disadvantages. For example, if Metafile is converted to PNG, then some quality loss is possible during resulting document scaling. If Metafile is converted to Pdf vector graphics, then performance issues in Pdf viewing tool are possible.
Definition:
@property
def save_metafiles_as_png(self):
...
@save_metafiles_as_png.setter
def save_metafiles_as_png(self, value):
...
See Also
- class
PdfOptions
- module
aspose.slides.export
- library
Aspose.Slides