Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 45,264 for

page

(0.1 sec)
  1. GroupDocs.Assembly Cloud Product Family on Docu...

    GroupDocs.Assembly Cloud Product Family on Document Automation REST APIs | GroupDocs Cloud Recent content in GroupDocs.Assembly Cloud Product Family on Document Automation REST APIs | GroupDocs Clo......Display JSON Data on an HTML Page in Python using REST API Generate... Display JSON data on HTML pages with charts, tables, and more...

    blog.groupdocs.cloud/categories/groupdocs.assem...
  2. HTML Viewer - Limit image size | Documentation

    GroupDocs.Viewer Cloud also provides the feature to set limits for width/height for the output image. Follow the below steps to achieve this functionality. If you want to render single image in PDF/HTML you can set width/height for the output image. If you set ImageMaxWidth/ImageMaxHeight options, if the image exceeds one of these limits - it will be resized proportionally. The following code sample shows how to set the output image size limits when rendering the document....size Leave feedback On this page GroupDocs.Viewer Cloud also...'ImageHeight': 600 } }" Resonse { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/html-viewer-limit-i...
  3. Render Archive Folder | Documentation

    GroupDocs.Viewer Cloud renders items from the root of the archive by default. When rendering of a specified folder is required, it can be achieved as shown in the examples below. 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....Folder Leave feedback On this page GroupDocs.Viewer Cloud renders...'ThirdFolderWithItems' } } }" Resonse { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/render-archive-folder/
  4. Adjust text overflow in cells | Documentation

    When Spreadsheet is rendered overflowed text inside the cell overlays subsequent cells until it meets non-empty cell. GroupDocs.Viewer Cloud provides a setting to configure the mode which will be used for rendering overflowed text: To set the overflowed text to be hidden, set SpreadsheetOptions.TextOverflowMode to HideText as shown in the example below. To set the overflowed text to overlay subsequent cells until it meets non empty cell, set SpreadsheetOptions.TextOverflowMode to OverlayIfNextIsEmpty....cells Leave feedback On this page When Spreadsheet is rendered...'HideText' } } }" Resonse { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/adjust-text-overflo...
  5. Adjust image quality | Documentation

    GroupDocs.Viewer Cloud enables you to adjust quality of output images contained by the source PDF document. To adjust image quality use PdfOptions.ImageQuality option. PdfOptions.ImageQuality can be set to: Low - The acceptable quality, best performance and least size of the output image. Medium - Better quality and slower performance. High - Best quality but slow performance. NOTE: this option is supported when rendering to HTML only. Following code snippet shows how to adjust image quality when rendering to HTML....quality Leave feedback On this page GroupDocs.Viewer Cloud enables...'Medium' } } }" Resonse { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/adjust-image-quality/
  6. 6. Convert Presentation Document with Load Opti...

    This example demonstrates how to convert presentation documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....Options Leave feedback On this page This example demonstrates how...: "Presentation/with_hidden_page.pptx" , OutputPath : "converted"...

    docs.groupdocs.cloud/conversion/convert-present...
  7. Failed Payments - Purchase - groupdocs.cloud

    Failed Payments Buy Now Pricing Free Trial Policies What happens if your credit card cannot be charged We understand ......then head to the Subscription page of the dashboard to edit your...

    purchase.groupdocs.cloud/policies/failed-payments
  8. Failed payments - Purchase - groupdocs.cloud

    If there’s ever an issue with completing a payment, we’ll immediately notify the account holder and any administrative contacts via email....then head to the Subscription page of the dashboard to edit your...

    purchase.groupdocs.cloud/policies/failed-payments/
  9. Skip rendering of empty columns | Documentation

    Sometimes Excel document contains information at the beginning of the worksheet and after that, it contains some count of empty (blank) columns. In case, if the number of empty columns is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty columns GroupDocs.Viewer Cloud provides RenderEmptyColumns property, which allows omitting to render empty columns as shown in the sample below. API Usage There are steps that usage of GroupDocs....columns Leave feedback On this page Sometimes Excel document contains... : false } } }" Resonse { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  10. Limit count of items to render | Documentation

    GroupDocs.Viewer Cloud allows rendering the items in Outlook Data Files (OST/PST). OutlookOptions is used to set rendering options for OST and PST formats. The following code samples show how to render the items in an Outlook Data File by setting a maximum limit. 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....render Leave feedback On this page GroupDocs.Viewer Cloud allows...'MaxItemsInFolder' : 1000 } } }" Resonse { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/limit-count-of-item...