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 [-IgnorePermissionRestrictions] [-KeepPopups] [-ObjectNumber <Int32>] -OutputPath <String> [-PageNumber <Int32>] [-PassThruReport] [-Password <String>] -Path <String> [-Subtype <String>] [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- IgnorePermissionRestrictions SwitchParameter
- After successful password authentication, explicitly ignore owner-imposed annotation-modification restrictions.
- KeepPopups SwitchParameter
- Keep popup annotations linked from matching annotations through /Popup.
- ObjectNumber Int32
- Specific annotation object number to remove.
- OutputPath String
- Output PDF path.
- PageNumber Int32
- Optional one-based page number filter.
- PassThruReport SwitchParameter
- Return the annotation edit result instead of the output file.
- Password String
- Password used to authenticate an encrypted PDF.
- 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