API Reference
Cmdlet
Export-OfficePdfLayoutOverlay
Exports PDF word, line, region, and reading-order diagnostics as PNG or SVG.
Remarks
Exports PDF word, line, region, and reading-order diagnostics as PNG or SVG.
Examples
EXAMPLE 1
Export-OfficePdfLayoutOverlay -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
Export-OfficePdfLayoutOverlay [-Format <Png|Svg|Jpeg|Tiff|Webp>] [-LayoutOptions <PdfTextLayoutOptions>] [-Options <PdfLayoutDebugOverlayOptions>] -OutputPath <String> [-Page <Int32>] -Path <String> [-ReadOptions <PdfReadOptions>] [-Scale <Double>] [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Format OfficeImageExportFormat
- Output image format. Layout overlays support only PNG and SVG.
- Possible values:
Png,Svg,Jpeg,Tiff,Webp - LayoutOptions PdfTextLayoutOptions
- Optional text layout settings.
- Options PdfLayoutDebugOverlayOptions
- Optional overlay elements, colors, and limits.
- OutputPath String
- Destination PNG or SVG path.
- Page Int32
- One-based page number.
- Path String
- Source PDF path.
- ReadOptions PdfReadOptions
- Optional bounded PDF parsing settings.
- Scale Double
- Output scale.
Outputs
OfficeIMO.Drawing.OfficeImageExportResult