API Reference

Cmdlet

ConvertTo-OfficePdfPowerPoint

Aliases: ConvertTo-PdfPowerPoint
Namespace PSWriteOffice
Aliases
ConvertTo-PdfPowerPoint
Inputs
System.String
Outputs
System.IO.FileInfo OfficeIMO.PowerPoint.Pdf.PdfPowerPointConversionReport

Reconstructs a PowerPoint presentation from a PDF.

Remarks

Defaults to editable content and also supports visual-page, editable-table, and hybrid reconstruction through OfficeIMO options.

Examples

Authored help example

Convert a PDF to an editable PowerPoint presentation.

PS>


ConvertTo-OfficePdfPowerPoint -Path .\Briefing.pdf -OutputPath .\Briefing.pptx
        

Writes a PPTX deck using OfficeIMO's richest safe editable projection.

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

ConvertTo-OfficePdfPowerPoint [-Force] [-IgnorePermissionRestrictions] [-Open] [-Options <PdfPowerPointImportOptions>] -OutputPath <String> [-PassThruReport] [-Password <String>] -Path <String> [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

Force SwitchParameter optionalposition: namedpipeline: False
Overwrite an existing output file.
IgnorePermissionRestrictions SwitchParameter optionalposition: namedpipeline: False
After successful authentication, explicitly ignore owner-imposed extraction restrictions.
Open SwitchParameter optionalposition: namedpipeline: False
Open the converted presentation after saving.
Options PdfPowerPointImportOptions optionalposition: namedpipeline: False
Advanced OfficeIMO PDF-to-PowerPoint reconstruction options.
OutputPath String requiredposition: 1pipeline: Falsealiases: OutPath
Output PPTX path.
PassThruReport SwitchParameter optionalposition: namedpipeline: False
Return the detailed conversion report instead of file information.
Password String optionalposition: namedpipeline: False
Password used to authenticate an encrypted PDF.
Path String requiredposition: 0pipeline: True (ByValue)aliases: FilePath
Input PDF path.

Outputs

System.IO.FileInfo, OfficeIMO.PowerPoint.Pdf.PdfPowerPointConversionReport