Aspose::Pdf::DocSaveOptions::set_ConvertType3Fonts method

DocSaveOptions::set_ConvertType3Fonts method

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.

void Aspose::Pdf::DocSaveOptions::set_ConvertType3Fonts(bool value)

See Also