API Reference
Cmdlet
Export-OfficePowerPointImage
Exports presentation slides as PNG or SVG images with one result per slide.
Remarks
Exports presentation slides as PNG or SVG images with one result per slide.
Examples
Export visible slides as SVG files.
PS>
Export-OfficePowerPointImage -Path .\Deck.pptx -OutputPath .\Slides -Format Svg
Writes one image per selected slide and returns OfficeImageExportResult objects.
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Export-OfficePowerPointImage [-Format <Png|Svg|Jpeg|Tiff|Webp>] [-Options <PowerPointPresentationImageExportOptions>] -OutputPath <String> -Path <String> [<CommonParameters>]#Parameter set:
PathParameters
- Format OfficeImageExportFormat
- Output image format.
- Possible values:
Png,Svg,Jpeg,Tiff,Webp - Options PowerPointPresentationImageExportOptions
- Optional slide selection, size, scale, theme, and rendering settings.
- OutputPath String
- Destination folder.
- Path String
- Path to the presentation.
Outputs
OfficeIMO.Drawing.OfficeImageExportResult
Export-OfficePowerPointImage [-Format <Png|Svg|Jpeg|Tiff|Webp>] [-Options <PowerPointPresentationImageExportOptions>] -OutputPath <String> -Presentation <PowerPointPresentation> [<CommonParameters>]#Parameter set:
PresentationParameters
- Format OfficeImageExportFormat
- Output image format.
- Possible values:
Png,Svg,Jpeg,Tiff,Webp - Options PowerPointPresentationImageExportOptions
- Optional slide selection, size, scale, theme, and rendering settings.
- OutputPath String
- Destination folder.
- Presentation PowerPointPresentation
- Open presentation instance.
Outputs
OfficeIMO.Drawing.OfficeImageExportResult