BatchPDFFontModeEnum (COM-based API)
BatchPDFFontModeEnum enumeration constants specify what fonts should be used for exported text.
enum BatchPDFFontModeEnum {
BPFM_UseAbbyyPredefinedFonts = 0,
BPFM_UseSystemFonts = 1
};
Elements
Name | Description |
BPFM_UseAbbyyPredefinedFonts |
If font embedding is enabled, then:
If font embedding is disabled, then references to the standard fonts will be embedded for all code pages (i.e. no fonts will be embedded). |
BPFM_UseSystemFonts |
The system fonts will be used. The embedding option affects all fonts, regardless of the code page. Note. The system fonts must be installed. |
26.03.2024 13:49:49