API Reference
Cmdlet
Get-OfficePdfAppendOnlyMutation
Gets append-only PDF mutation support and blockers for an existing PDF.
Remarks
Gets append-only PDF mutation support and blockers for an existing PDF.
Examples
Check whether metadata can be updated incrementally.
PS>
$plan = Get-OfficePdfAppendOnlyMutation -Path .\SignedOrReviewed.pdf
$plan.CanAppendMetadata
$plan.Blockers
Returns OfficeIMO.Pdf append-only mutation support and blocker details.
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-OfficePdfAppendOnlyMutation -Path <String> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Path String
- PDF file path.
Outputs
OfficeIMO.Pdf.PdfAppendOnlyMutationReport