API Reference

Cmdlet

Get-OfficePdfInteractionMap

Namespace PSWriteOffice
Inputs
None
Outputs
OfficeIMO.Pdf.PdfPageInteractionMap

Builds text-selection and interactive hit regions for one PDF page.

Remarks

Builds text-selection and interactive hit regions for one PDF page.

Examples

Authored help example

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 Sets

Parameters

Options PdfPageInteractionOptions optionalposition: namedpipeline: False
Optional text-region limits.
Page Int32 optionalposition: namedpipeline: False
One-based page number.
Path String requiredposition: 0pipeline: False
Source PDF path.
ReadOptions PdfReadOptions optionalposition: namedpipeline: False
Optional bounded PDF parsing settings.

Outputs

OfficeIMO.Pdf.PdfPageInteractionMap