Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 7,993 for

page

(0.25 sec)
  1. 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/
  2. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Parser Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v1.0/parser/storage/MyStorage/exist" \ -H "accept: application/json" \ -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....Storage Leave feedback On this page Storage existence API This API...0/parser/storage/version/one-page.docx?storageName#MyStorage"...

    docs.groupdocs.cloud/parser/working-with-storage/
  3. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Watermark Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v1.0/watermark/storage/MyStorage/exist" \ -H "accept: application/json" \ -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....Storage Leave feedback On this page Storage existence API This API...0/watermark/storage/version/one-page.docx?storageName#MyStorage"...

    docs.groupdocs.cloud/watermark/working-with-sto...
  4. Get View Info for MS Project Document | Documen...

    GroupDocs.Viewer Cloud provides additional information such as project start and end dates for MS Project documents when calling Info method. Following example demonstrates how to retrieve view information for MS Project 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....Document Leave feedback On this page GroupDocs.Viewer Cloud provides..."Microsoft Project File" , "pages" : [ { "number" : 1 , "width"...

    docs.groupdocs.cloud/viewer/get-view-info-for-m...
  5. 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...
  6. 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....File Leave feedback On this page GroupDocs.Viewer Cloud provides..."Outlook Offline Data File" , "pages" : [ { "number" : 1 , "width"...

    docs.groupdocs.cloud/viewer/get-view-info-for-o...
  7. Render document with notes | Documentation

    GroupDocs.Viewer Cloud does not include notes in the rendering results. However, you can choose between to show or hide the notes in the output. If you want to see notes in your rendering result, use RenderNotes property of the HtmlOptions (or JpgViewOptions, or PdfOptions). The following code sample renders Presentation with notes. 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....notes Leave feedback On this page GroupDocs.Viewer Cloud does...'RenderNotes': true } }" Resonse { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/render-document-wit...
  8. 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...
  9. 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...
  10. 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....document Leave feedback On this page GroupDocs.Viewer Cloud enables...d': 'o123' } }" Resonse { "pages" : null , "attachments" : []...

    docs.groupdocs.cloud/viewer/pdf-viewer-protect-...