When you are looking for the ways to optimize the rendering of documents into HTML, one of the solutions you might want to use is the compression of the output content (HTML, CSS, and SVG). This solution is suitable in case you are providing your content from the web server over the internet. The lower the content user has to download, the faster he will see the rendered document.
GroupDocs.Viewer provides a new Minify property of the HtmlOptions class, that lets you get output content minified....(that should be enabled and configured from your webserver). But...combination with Gzip compression. API Usage There are steps that usage...