API Reference
Cmdlet
Get-OfficePdfAnnotation
Gets page annotations and action evidence from a PDF.
Remarks
Gets page annotations and action evidence from a PDF.
Examples
EXAMPLE 1
Get-OfficePdfAnnotation -Path 'C:\Path'
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-OfficePdfAnnotation [-PageNumber <Nullable`1>] [-Password <String>] -Path <String> [-Subtype <String>] [-WithAction] [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- PageNumber Nullable`1
- Optional one-based page number filter.
- Password String
- Password used to inspect a Standard password-encrypted PDF.
- Path String
- PDF file path.
- Subtype String
- Optional annotation subtype filter such as Text, Link, Widget, or FreeText.
- WithAction SwitchParameter
- Return only annotations with actions, additional actions, or chained actions.
Outputs
OfficeIMO.Pdf.PdfAnnotation