Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 5,099 for

groupdocs.viewer cloud

(1.16 sec)
  1. 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...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/viewer/html-viewer-minify-...
  2. ConversionResult | Documentation

    ConversionResult data structure returned by Document Conversion API as output result ConversionResult example [ { "name": "one-page.pdf", "size": 17958, "url": "converted/one-page.pdf" }, ... ] ConversionResult fields Name Description name Name of the converted document size Size of the converted document url Page file path in the Cloud storage. Use this value to download page using File API...Total Product Family GroupDocs.Viewer Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/conversion/conversionresult/
  3. Advanced usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family Groupdocs.viewer Product Solution GroupDocs.......Total Product Family GroupDocs.Viewer Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/advanced-usage/
  4. Developer Guide | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family Groupdocs.viewer Product Solution GroupDocs.......Total Product Family GroupDocs.Viewer Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/classification/developer-g...
  5. Developer Guide | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family Groupdocs.viewer Product Solution GroupDocs.......Total Product Family GroupDocs.Viewer Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/developer-guide/
  6. Getting Started | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family Groupdocs.viewer Product Solution GroupDocs.......Total Product Family GroupDocs.Viewer Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/metadata/getting-started/
  7. Verify signatures in document | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family Groupdocs.viewer Product Solution GroupDocs.......Total Product Family GroupDocs.Viewer Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/verify-signature...
  8. How to work with API Usage Logs | Documentation

    Using API Usage Log page Log into Dashboard Access the Billing / API Usage Log page. You can view the log of your API calls...Total Product Family GroupDocs.Viewer Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/total/how-to-work-with-api...
  9. Rectangle | Documentation

    Rectangle data structure describes rectangle Rectangle example: { "Height": 0, "Width": 0, "X": 0, "Y": 0 } Name Description Height Rectangle height Width Rectangle width X X coordinate Y Y coordinate...Total Product Family GroupDocs.Viewer Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/comparison/rectangle/
  10. ViewResult | Documentation

    ViewResult data structure returned by Document View API working-with-viewer-api as output result ViewResult example { "pages": [ { "number": 1, "resources": [], "path": "viewer/words/docx/four-pages_docx/p1.html", "downloadUrl": "https://api.groupdocs.Cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p1.html" }, { "number": 2, "resources": [], "path": "viewer/words/docx/four-pages_docx/p2.html", "downloadUrl": "https://api.groupdocs.Cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p2.html" }, { "number": 3, "resources": [], "path": "viewer/words/docx/four-pages_docx/p3.html", "downloadUrl": "https://api.groupdocs.Cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p3.html" }, { "number": 4, "resources": [], "path": "viewer/words/docx/four-pages_docx/p4.html", "downloadUrl": "https://api.groupdocs.Cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p4.html" } ], "attachments": [], "file": null } ViewResult fields Name Description pages List of document pages page....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/viewer/viewresult/