API Reference
Cmdlet
New-OfficePdfImageOptions
Creates discoverable thumbnail and rendering settings for Export-OfficePdfImage.
Remarks
Creates discoverable thumbnail and rendering settings for Export-OfficePdfImage.
Examples
Create compact PDF thumbnails with bounded output dimensions.
PS>
$options = New-OfficePdfImageOptions -ThumbnailMaxDimension 320 -MaximumOutputWidth 640
Export-OfficePdfImage -Path .\Report.pdf -OutputPath .\Thumbnails -Options $options
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
New-OfficePdfImageOptions [-BackgroundColor <String>] [-MaximumDegreeOfParallelism <Int32>] [-MaximumOutputCount <Int32>] [-MaximumOutputHeight <Int32>] [-MaximumOutputWidth <Int32>] [-MaximumRasterPixels <Int64>] [-MaximumTotalEncodedBytes <Int64>] [-MaximumTotalRasterPixels <Int64>] [-RasterOverflowBehavior <ReduceScale|Throw>] [-RenderTimeoutSeconds <Double>] [-Scale <Double>] [-TargetDpi <Double>] [-TextShapingLanguage <String>] [-ThumbnailMaxDimension <Int32>] [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- BackgroundColor String
- MaximumDegreeOfParallelism Int32
- MaximumOutputCount Int32
- MaximumOutputHeight Int32
- MaximumOutputWidth Int32
- MaximumRasterPixels Int64
- MaximumTotalEncodedBytes Int64
- MaximumTotalRasterPixels Int64
- RasterOverflowBehavior OfficeRasterOverflowBehavior
- Possible values:
ReduceScale,Throw - RenderTimeoutSeconds Double
- Scale Double
- TargetDpi Double
- TextShapingLanguage String
- ThumbnailMaxDimension Int32
- Maximum thumbnail width or height.
Outputs
OfficeIMO.Pdf.PdfImageExportOptions