render_to_pure_html property
render_to_pure_html property
Enables a new HTML rendering mode for the Presentation documents — in this mode the Presentation files are rendered to pure HTML/CSS markup , without SVG images. By default is disabled (false) — existing SVG-based HTML-renderer is used.
Definition:
@property
def render_to_pure_html(self):
...
@render_to_pure_html.setter
def render_to_pure_html(self, value):
...
See Also
- module
groupdocs.viewer.options - class
PresentationOptions