exclude_fonts property

exclude_fonts property

Disables adding any fonts into HTML document.

Remarks

By default, GroupDocs.Viewer embeds the fonts used in the document into HTML. To prevent it, set this property to true.

For details and code example, see the documentation.

Definition:

@property
def exclude_fonts(self):
    ...
@exclude_fonts.setter
def exclude_fonts(self, value):
    ...

See Also