API Reference
Cmdlet
ConvertTo-OfficePdfPowerPoint
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
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 SetsParameters
- Force SwitchParameter
- Overwrite an existing output file.
- IgnorePermissionRestrictions SwitchParameter
- After successful authentication, explicitly ignore owner-imposed extraction restrictions.
- Open SwitchParameter
- Open the converted presentation after saving.
- Options PdfPowerPointImportOptions
- Advanced OfficeIMO PDF-to-PowerPoint reconstruction options.
- OutputPath String
- Output PPTX path.
- PassThruReport SwitchParameter
- Return the detailed conversion report instead of file information.
- Password String
- Password used to authenticate an encrypted PDF.
- Path String
- Input PDF path.
Outputs
System.IO.FileInfo, OfficeIMO.PowerPoint.Pdf.PdfPowerPointConversionReport