Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 8,136 for

page

(0.03 sec)
  1. Convert document without storage | Documentation

    This example demonstrates how to convert document without using cloud storage. Use this method to directly convert any document, using conversion options. Method parameters: Name Type Description Comment format string Requested conversion format Required. File binary Input file to convert Form data, Required fromPage integer Page start conversion from Default value : 1 PagesCount integer Number of Pages to convert Default value : 0 (all Pages) loadOptions LoadOptions Input file loading options Form data convertOptions ConvertOptions Conversion options Form data Resource URI HTTP PUT ~/conversion...storage Leave feedback On this page This example demonstrates how...data, Required fromPage integer Page start conversion from Default...

    docs.groupdocs.cloud/conversion/convert-documen...
  2. Search for digital signatures | Documentation

    GroupDocs.Signature Cloud offers an ability to find Digital signatures that are applied to document and returns its digital signature certificate. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Search signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....signatures Leave feedback On this page GroupDocs.Signature Cloud offers...Digital , AllPages = false , Page = 1 , PagesSetup = new PagesSetup...

    docs.groupdocs.cloud/signature/search-for-digit...
  3. Create Document Preview | Documentation

    GroupDocs.Comparison Cloud allows to create document preview images, one per Page. Image size and format can be set as options. API Usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input document into cloud storage Create preview images Download images For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....Preview Leave feedback On this page GroupDocs.Comparison Cloud allows...document preview images, one per page. Image size and format can be...

    docs.groupdocs.cloud/comparison/create-document...
  4. Update QR-Code signatures | Documentation

    GroupDocs.Signature Cloud provides a method to update some signature properties by it’s id. The signature ID is needed to perform the update, it comes from the result of sign or search operation. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Update signatures Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....signatures Leave feedback On this page GroupDocs.Signature Cloud provides...'FilePath': 'signedQRCode_one-page.docx' }, 'Options': [ { 'SignatureType':...

    docs.groupdocs.cloud/signature/update-qr-code-s...
  5. Convert N Consecutive Pages | Documentation

    This example demonstrates how to convert consecutive Pages from word processing documents into pdf documents. 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 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....N Consecutive Pages Convert N Consecutive Pages Leave feedback...feedback On this page This example demonstrates how to convert consecutive...

    docs.groupdocs.cloud/conversion/convert-n-conse...
  6. Get Supported File Formats | Documentation

    GroupDocs.Viewer Cloud REST APIs support to render over 50 file formats to HTML5 or Image formats for the whole document, Page by Page or custom range of Pages. To get list of supported formats, You can use the below API. The following GroupDocs.Viewer Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/viewer/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Resonse { "formats": [ { "extension": "....Formats Leave feedback On this page GroupDocs.Viewer Cloud REST...whole document, page by page or custom range of pages. To get list...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  7. Render N consecutive pages | Documentation

    GroupDocs.Viewer Cloud provides the feature to render N consecutive Pages. You will have to provide the starting Page number and the number of the Pages to be rendered. The following code sample shows how to render N consecutive 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....N consecutive pages Render N consecutive pages Leave feedback...feedback On this page GroupDocs.Viewer Cloud provides the feature to...

    docs.groupdocs.cloud/viewer/render-n-consecutiv...
  8. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document and it’s properties. It returns InfoResult data structure, which contains the list of properties: Document file format Pages count, size and visibility Text coordinates Attachments count and names other properties, by document type The following GroupDocs.Viewer Cloud REST API resource has been used to get document information. cURL example Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Information Leave feedback On this page This REST API allows to obtain...properties: Document file format Pages count, size and visibility Text...

    docs.groupdocs.cloud/viewer/get-document-inform...
  9. Working with File Api | Documentation

    This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Comparison Cloud API Reference lets you to try out Download a File API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description Path Path of the file including file name and extension e.g. /Folder1/file.ext Required. Can be passed as query string parameter or as part of the URL storageName Name of the storage....File Api Leave feedback On this page This API allows you to download...0/comparison/storage/file/one-page.docx?storageName#MyStorage"...

    docs.groupdocs.cloud/comparison/working-with-fi...
  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....Render selected pages Render selected pages Leave feedback On...On this page GroupDocs.Viewer Cloud also provides the features...

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