Aspose::Pdf::DocSaveOptions::get_ConvertType3Fonts method

DocSaveOptions::get_ConvertType3Fonts method

Gets 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.

bool Aspose::Pdf::DocSaveOptions::get_ConvertType3Fonts() const

See Also