API Reference
Cmdlet
Get-OfficePdfOptimization
Gets lossless PDF optimization opportunities without modifying the file.
Remarks
Gets lossless PDF optimization opportunities without modifying the file.
Examples
Review optimization candidates.
PS>
$report = Get-OfficePdfOptimization -Path .\Report.pdf
$report.EstimatedSavingsBytes
$report.DuplicateStreams
Returns stream and duplicate-object hints before any rewrite operation is attempted.
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
Get-OfficePdfOptimization [-Password <String>] -Path <String> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Password String
- Password used to analyze a Standard password-encrypted PDF.
- Path String
- PDF file path.
Outputs
OfficeIMO.Pdf.PdfOptimizationReport