HtmlSaveOptions.FontSavingModes

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public static final class HtmlSaveOptions.FontSavingModes extends System.Enum

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

Fields

FieldDescription
AlwaysSaveAsWOFFAll referenced fonts will be saved and referenced as WOFF-fonts.
AlwaysSaveAsTTFAll referenced fonts will be saved and referenced as TTF-fonts.
AlwaysSaveAsEOTAll referenced fonts will be saved and referenced as EOT-fonts.
SaveInAllFormatsAll referenced fonts will be saved (and referenced in CSS) as 3 independent files : EOT, TTH, WOFF.
DontSaveAll referenced fonts will not be saved.

AlwaysSaveAsWOFF

public static final int AlwaysSaveAsWOFF

All referenced fonts will be saved and referenced as WOFF-fonts.

AlwaysSaveAsTTF

public static final int AlwaysSaveAsTTF

All referenced fonts will be saved and referenced as TTF-fonts.

AlwaysSaveAsEOT

public static final int AlwaysSaveAsEOT

All referenced fonts will be saved and referenced as EOT-fonts.

SaveInAllFormats

public static final int 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 suitable for overwhelming majority of web browsers.

DontSave

public static final int DontSave

All referenced fonts will not be saved.