API Reference

Cmdlet

Get-OfficePdfFont

Namespace PSWriteOffice
Inputs
System.String
Outputs
OfficeIMO.Pdf.PdfFontDiagnostic

Gets PDF font diagnostics for embedding and ToUnicode repair-readiness workflows.

Remarks

Gets PDF font diagnostics for embedding and ToUnicode repair-readiness workflows.

Examples

Authored help example

EXAMPLE 1


Get-OfficePdfFont -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-OfficePdfFont [-NeedsReview] [-Password <String>] -Path <String> [-Subtype <String>] [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

NeedsReview SwitchParameter optionalposition: namedpipeline: False
Return only fonts that need embedding or ToUnicode review.
Password String optionalposition: namedpipeline: False
Password used to analyze a Standard password-encrypted PDF.
Path String requiredposition: 0pipeline: True (ByValue)aliases: FilePath
PDF file path.
Subtype String optionalposition: namedpipeline: False
Optional font subtype filter such as Type1, Type0, or TrueType.

Outputs

OfficeIMO.Pdf.PdfFontDiagnostic