Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 4,948 for

data

(0.1 sec)
  1. AnnotationApiLink | Documentation

    AnnotationApiLink describes output file link FileInfo example { "Href": "string", "Rel": "string", "Type": "string", "Title": "string" } FileInfo fields Name Description Href File download url Rel Reserved Type Reserved Title File name...Annotation Cloud / Developer Guide / Data structures / AnnotationApiLink...

    docs.groupdocs.cloud/annotation/annotationapilink/
  2. Developer Guide | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......API Basic usage Advanced usage Data structures Was this page helpful...

    docs.groupdocs.cloud/comparison/developer-guide/
  3. Sending texts for translation | Documentation

    How to send texts for translation to the selected languages....UV1hLfgNCSQ4VKGCOA' \ --data '{ "sourceLanguage": "en", "targetLanguages":...'Content-Type: application/json' \ --data '{ "sourceLanguage": "en", "targetLanguages":...

    docs.groupdocs.cloud/translation/text/request/
  4. Change Page Orientation | Documentation

    This REST API allows setting Portrait or Landscape page orientation for specific or all document pages. The result is a new document that has orientation changed for specified pages. There are several ways to specify desired page numbers: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a password....// For complete examples and data files, please go to https://github...# For complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/merger/change-page-orienta...
  5. Arrow Annotation | Documentation

    Arrow annotation draws an arrow on the document. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # Get JSON Web Token # Place your client credentials in the environment variables CLIENT_ID and CLIENT_SECRET....// For complete examples and data files, please go to https://github...// For complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/annotation/arrow-annotation/
  6. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...conversion API allows sharing Excel data with others in a portable form...allows gathering the scattered data or information into one single...

    blog.groupdocs.cloud/groupdocs.cloud/page/33/
  7. Verify Barcode Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to verify a signed document. It provides methods to verify Barcode Signature in Documents Pages with different options for page number, text and search criteria by using verification-options-objects Data in request body. Verify Barcode Signature in a Document You can Verify Barcode Signature in a Document using this API. It expects Verification Options Object Data in request body....and search criteria by using data in request body. Verify Barcode...Document using this API. It expects data in request body. It returns...

    docs.groupdocs.cloud/signature/verify-barcode-s...
  8. Sending PDF files for translation | Documentation

    How to send PDF files for translation to the selected languages....UV1hLfgNCSQ4VKGCOA' \ --data '{ "sourceLanguage": "en", "targetLanguages":...'Content-Type: application/json' \ --data '{ "sourceLanguage": "en", "targetLanguages":...

    docs.groupdocs.cloud/translation/file/request/pdf/
  9. Working with Spreadsheets | Documentation

    Spreadsheet documents are presented by many formats: XLS, XLSX, XLSM, XLSB, ODS, SXC and others, which are supported by GroupDocs.Editor Cloud. There several steps that usage of GroupDocs.Editor Cloud consists of: Upload input document into cloud storage Load the document into editable representation in the cloud storage (HTML file and resources) Download HTML document (and resources, if needed) from storage Edit HTML document at client side Upload HTML document back into the storage Save the edited document into Spreadsheet format in the storage Download saved document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details....// For complete examples and data files, please go to https://github...// For complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/editor/working-with-spread...
  10. AnnotateOptions | Documentation

    AnnotateOptions structure defines options for annotating documents FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "Annotations": [], "FirstPage": 0, "LastPage": 0, "OnlyAnnotatedPages": true, "OutputPath": "string" } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure Annotations Array of annotations to add to the document. See AnnotationInfo structure FirstPage Num of first page to annotate OnlyAnnotatedPages Indicates whether to save only annotated pages to output document OutputPath Path of output document...Annotation Cloud / Developer Guide / Data structures / AnnotateOptions...

    docs.groupdocs.cloud/annotation/annotateoptions/