API Reference
Cmdlet
Get-OfficePdfInteractionMap
Builds text-selection and interactive hit regions for one PDF page.
Remarks
Builds text-selection and interactive hit regions for one PDF page.
Examples
EXAMPLE 1
Get-OfficePdfInteractionMap -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-OfficePdfInteractionMap [-Options <PdfPageInteractionOptions>] [-Page <Int32>] -Path <String> [-ReadOptions <PdfReadOptions>] [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Options PdfPageInteractionOptions
- Optional text-region limits.
- Page Int32
- One-based page number.
- Path String
- Source PDF path.
- ReadOptions PdfReadOptions
- Optional bounded PDF parsing settings.
Outputs
OfficeIMO.Pdf.PdfPageInteractionMap