Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 6,515 for

client id

(0.08 sec)
  1. 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....Token # Please get your Client Id and Client Secret from https://dashboard..."grant_type=client_credentials&client_id= $CLIENT_ID &client_secret=...

    docs.groupdocs.cloud/viewer/html-viewer-limit-i...
  2. Convert and download document | Documentation

    GroupDocs.Viewer Cloud API enables you to to render documents using single API call, passing input file in the request body, and getting result file stream in the response. This example demonstrates how to render document without using cloud storage. Method parameters: Name Type Description Comment format string Requested conversion format: HTML, JPG, PNG or PDF Required. File binary Input file to convert Form data, Required pages string Pages range to render, like “1,2” or “3-5,10” Default value : all pages password string Input document password Required for password-protected documents...."grant_type=client_credentials&client_id= $CLIENT_ID &client_secret=...&client_secret= $CLIENT_SECRET " \ -H "Content-Type: application/x-www-form-urlencoded"...

    docs.groupdocs.cloud/viewer/convert-and-download/
  3. Render hidden columns and rows | Documentation

    Sometimes Excel document may contain hIdden columns and rows (as shown in the image below). GroupDocs.Viewer doesn’t render hIdden columns and rows by default. However, there may be the case when you want to control the inclusion of hIdden content in the rendering results. GroupDocs.Viewer Cloud provIdes RenderHIddenRows and RenderHIddenColumns options in SpreadsheetOptions class which enables rendering hIdden rows and columns as shown in the following code samples. API Usage There are steps that usage of GroupDocs....Token # Please get your Client Id and Client Secret from https://dashboard..."grant_type=client_credentials&client_id= $CLIENT_ID &client_secret=...

    docs.groupdocs.cloud/viewer/render-hidden-colum...
  4. Get View Info for Outlook Data File | Documenta...

    GroupDocs.Viewer Cloud provIdes additional information for Outlook Data Files when calling Info method. Following example demonstrates how to retrieve view information for Outlook Data File. 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....Token # Please get your Client Id and Client Secret from https://dashboard...environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api...

    docs.groupdocs.cloud/viewer/get-view-info-for-o...
  5. PDF Viewer - Protect PDF document | Documentation

    GroupDocs.Viewer Cloud enables you to protect output PDF document by setting permissions, password for opening and password for changing permissions. Following example demonstrates how to protect output PDF document. 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....Token # Please get your Client Id and Client Secret from https://dashboard...environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api...

    docs.groupdocs.cloud/viewer/pdf-viewer-protect-...
  6. Delete rendered document | Documentation

    After rendering various types of documents into HTML, Image, or Pdf, you may clean (delete) rendered pages from cloud storage using special method. Note: This method deletes only output files, the input file remains in the storage. Following example demonstrates on how to delete rendered document results. API Usage Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Token # Please get your Client Id and Client Secret from https://dashboard...environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api...

    docs.groupdocs.cloud/viewer/delete-rendered-doc...
  7. 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....Token # Please get your Client Id and Client Secret from https://dashboard...environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  8. Add watermark | Documentation

    GroupDocs.Viewer Cloud enables you to apply a watermark on the output pages (HTML / Image / PDF). The following code sample shows how to apply the watermark to the output pages. 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....Token # Please get your Client Id and Client Secret from https://dashboard...environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api...

    docs.groupdocs.cloud/viewer/add-watermark/
  9. Render document with comments | Documentation

    Some document types like Microsoft Word, Excel, OpenOffice Text and Spreadsheet may contain comments. Your requirement to include or exclude the comments in output representation of the document may vary in different situations. GroupDocs.Viewer Cloud enables you to control the rendering of document comments. By default, comments are not rendered into the output document. The API provIdes RenderComments property of HtmlOptions (or JpgViewOptions, or PdfOptions) class that enables rendering of comments...."grant_type=client_credentials&client_id= $CLIENT_ID &client_secret=...&client_secret= $CLIENT_SECRET " \ -H "Content-Type: application/x-www-form-urlencoded"...

    docs.groupdocs.cloud/viewer/render-document-wit...
  10. Render selected pages | Documentation

    GroupDocs.Viewer Cloud also provIdes the features to render only the selected page numbers. You can specify a list of the document pages to be rendered. Follow the below steps to achieve this functionality. The following code sample shows how to render first and third pages of a document. 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...."grant_type=client_credentials&client_id= $CLIENT_ID &client_secret=...&client_secret= $CLIENT_SECRET " \ -H "Content-Type: application/x-www-form-urlencoded"...

    docs.groupdocs.cloud/viewer/render-selected-pages/