API Reference

Cmdlet

Get-OfficePdfAppendOnlyMutation

Namespace PSWriteOffice
Inputs
System.String
Outputs
OfficeIMO.Pdf.PdfAppendOnlyMutationReport

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

Authored help example

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 Sets

Parameters

Path String requiredposition: 0pipeline: True (ByValue)aliases: FilePath
PDF file path.

Outputs

OfficeIMO.Pdf.PdfAppendOnlyMutationReport