Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
PdfImporterEx::extractEmbededFonts Method
Syntax
C++
virtual OdPdfImport::ImportResult extractEmbededFonts(OdStringArray& font_list) const = 0;

Extracts embedded TrueType fonts from a .pdf document and returns the list of font files.

Parameters
Description
font_list
[out] A placeholder for the OdStringArray that contains names for extracted fonts.

The value of the ImportResult enumeration that contains the result of the filler operation.

Fonts are extracted for the objects that can be exported with the specified properties. Installation of the extracted fonts is performed on the application side depending on the platform. It is recommended to use this function before calling import() to be able to set the extracted fonts.

Copyright © 2002-2022. Open Design Alliance All rights reserved.