API Reference
Cmdlet
Remove-OfficePdfAnnotation
Removes PDF annotations matching friendly filters.
Remarks
Removes PDF annotations matching friendly filters.
Examples
EXAMPLE 1
Remove-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
Remove-OfficePdfAnnotation [-KeepPopups] [-ObjectNumber <Nullable`1>] -OutputPath <String> [-PageNumber <Nullable`1>] [-PassThruReport] -Path <String> [-Subtype <String>] [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- KeepPopups SwitchParameter
- Keep popup annotations linked from matching annotations through /Popup.
- ObjectNumber Nullable`1
- Specific annotation object number to remove.
- OutputPath String
- Output PDF path.
- PageNumber Nullable`1
- Optional one-based page number filter.
- PassThruReport SwitchParameter
- Return the annotation edit result instead of the output file.
- Path String
- Input PDF path.
- Subtype String
- Optional annotation subtype filter such as Text, Link, Widget, or FreeText.
Outputs
System.IO.FileInfo OfficeIMO.Pdf.PdfAnnotationEditResult