DocSaveOptions.ConvertType3Fonts

DocSaveOptions.ConvertType3Fonts property

Gets or sets conversion for Type3 fonts. In Type 3 fonts, glyphs shall be defined by streams of graphics operators. This means that in the DOC/DOCX output we see images instead of text. Set this flag to true to convert Type3 fonts to TTF and get text in the resulting file.

public bool ConvertType3Fonts { get; set; }

See Also