Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 1,127 for

viewer family

(0.04 sec)
  1. HTML Viewer | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Total Product Family GroupDocs.Viewer Product Solution GroupDocs...Cloud Documentation / GroupDocs.Viewer Cloud / Developer Guide / Basic...

    docs.groupdocs.cloud/viewer/html-viewer/
  2. Image Viewer | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Total Product Family GroupDocs.Viewer Product Solution GroupDocs...Cloud Documentation / GroupDocs.Viewer Cloud / Developer Guide / Basic...

    docs.groupdocs.cloud/viewer/image-viewer/
  3. PDF Viewer | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Total Product Family GroupDocs.Viewer Product Solution GroupDocs...Cloud Documentation / GroupDocs.Viewer Cloud / Developer Guide / Basic...

    docs.groupdocs.cloud/viewer/pdf-viewer/
  4. HTML Viewer - Exclude fonts | Documentation

    When rendering documents into HTML, by default the fonts that are used in the document are added to HTML content. This ensures fonts availability so that you can be pretty sure that the text from the original document will appear similar in the HTML, regardless of whether the fonts are installed on the Viewer’s device or not. Depending on type of Html rendering (with embedded or with external resources) the fonts are added inline as base64-encoded fonts or as external resources....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...Cloud Documentation / GroupDocs.Viewer Cloud / Developer Guide / Basic...

    docs.groupdocs.cloud/viewer/html-viewer-exclude...
  5. GroupDocs.Viewer Cloud Product Family on Docume...

    GroupDocs.Viewer Cloud Product Family on Document Automation REST APIs | GroupDocs Cloud Recent content in GroupDocs.Viewer Cloud Product Family on Document Automation REST APIs | GroupDocs Cloud D......Viewer Cloud Product Family on Document Automation...content in GroupDocs.Viewer Cloud Product Family on Document Automation...

    blog.groupdocs.cloud/categories/groupdocs.viewe...
  6. HTML Viewer - Minify HTML | Documentation

    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....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...Cloud Documentation / GroupDocs.Viewer Cloud / Developer Guide / Basic...

    docs.groupdocs.cloud/viewer/html-viewer-minify-...
  7. PDF Viewer - Optimization options | Documentation

    GroupDocs.Viewer Cloud allows you to optimize the output PDF file for a web browser or to reduce the file size by optimizing resources. Optimization for a web allows a browser to display the first pages of a PDF file when you open the document, instead of waiting for the entire file to download. Resource optimization allows you to reduce the size of the output PDF file. While optimizing, GroupDocs.Viewer may reduce the image size or quality, remove notes or form fields, remove objects, fonts, or personal information from a document, and so on....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...Cloud Documentation / GroupDocs.Viewer Cloud / Developer Guide / Basic...

    docs.groupdocs.cloud/viewer/pdf-viewer-optimiza...
  8. HTML Viewer - Responsive layout | Documentation

    GroupDocs.Viewer Cloud also enables you to make your rendering into HTML look well across all types of devices. To achieve this, the API provides RenderResponsive property of HtmlOptions class as shown in below sample code. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...Cloud Documentation / GroupDocs.Viewer Cloud / Developer Guide / Basic...

    docs.groupdocs.cloud/viewer/html-viewer-respons...
  9. Image Viewer - Adjust image size | Documentation

    Image Viewer allows you to set custom output image size in pixels through Width and Height properties in ImageOptions. Keep in mind that aspect ratio is automatically applied when you set Width or Height only. This example demonstrates how to set output image size API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...Cloud Documentation / GroupDocs.Viewer Cloud / Developer Guide / Basic...

    docs.groupdocs.cloud/viewer/image-viewer-adjust...
  10. Image Viewer - Get text coordinates | Documenta...

    GroupDocs.Viewer Cloud provides the feature of getting text coordinates. This feature is useful if you want to add selectable text over the image or implement a text search in image-based rendering. The ExtractText property of ImageOptions class enables you to get the text contained in a source document with coordinates. Following code sample shows how to retrieve and print out text (lines / words / characters) of each document page with coordinates....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...Cloud Documentation / GroupDocs.Viewer Cloud / Developer Guide / Basic...

    docs.groupdocs.cloud/viewer/image-viewer-get-te...