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. Add -PassThru to receive the structured export results.
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> [-PassThru] -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.
- PassThru SwitchParameter
- Emit one structured image export result per saved slide.
- Path String
- Path to the presentation.
Outputs
OfficeIMO.Drawing.OfficeImageExportResult
Export-OfficePowerPointImage [-Format <Png|Svg|Jpeg|Tiff|Webp>] [-Options <PowerPointPresentationImageExportOptions>] -OutputPath <String> [-PassThru] -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.
- PassThru SwitchParameter
- Emit one structured image export result per saved slide.
- Presentation PowerPointPresentation
- Open presentation instance.
Outputs
OfficeIMO.Drawing.OfficeImageExportResult