evCreate API 5.7 Help

EvPdfEmbeddedFontsOptions Enumeration

The EvPdfEmbeddedFontsOptions TS enumeration defines the options for handling the fonts embedded in a PDF file when importing the content from this PDF file onto a system where these fonts are not available.

convertToPaths: "convert_to_paths";

Text characters with unavailable original fonts will be converted into vector shapes (outlines) instead of being kept as editable text. Text appearance will remain exactly the same. However, the text will no longer be selectable or editable because it has been turned into graphical shapes.

substitute: "substitute";

Unavailable original fonts will be replaced with other fonts. The text will remain editable, but its appearance may change depending on the chosen substitute font. It is the default setting shipped in the deployment package.

07 February 2025