Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 860 Bytes

File metadata and controls

15 lines (10 loc) · 860 Bytes

AsposePdfCloud::FontSavingModes

Enumerates modes that can be used for saving of fonts referenced in saved PDF

Enum

Name Type Value Description
ALWAYS_SAVE_AS_WOFF String 'AlwaysSaveAsWOFF' All referenced fonts will be saved and referenced as WOFF-fonts
ALWAYS_SAVE_AS_TTF String 'AlwaysSaveAsTTF' All referenced fonts will be saved and referenced as TTF-fonts
ALWAYS_SAVE_AS_EOT String 'AlwaysSaveAsEOT' All referenced fonts will be saved and referenced as EOT-fonts
SAVE_IN_ALL_FORMATS String 'SaveInAllFormats' All referenced fonts will be saved (and referenced in CSS) as 3 independent files : EOT, TTH,WOFF. It increases size of output data but makes output sutable for overhelming majority of web brawsers