BatchPDFFontModeEnum (Web Services API)
BatchPDFFontModeEnum enumeration constants specify what fonts should be used for exported text.
enum BatchPDFFontModeEnum {
BPFM_UseAbbyyPredefinedFonts,
BPFM_UseSystemFonts
};
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. |
3/26/2024 1:49:49 PM