Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 1,963 for

value

(0.05 sec)
  1. Available SDKs | Documentation

    GroupDocs.Signature Cloud is a modern REST oriented API, that allows easy integration into existing systems. Why use an SDK Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. SDK benefits Our supported SDKs are 100% tested and out of the box running.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/signature/available-sdks/
  2. Fetching file results | Documentation

    How to fetch the result from the GroupDocs.Rewriter Cloud queue.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/rewriter/file/fetch/
  3. Get Images of Result Document - Changes | Docum...

    Note Note: The features listed in this page are working only with GroupDocs.Comparison Cloud V1 You can compare documents and can get the result document path by providing the JsonRequest Object data in request body. Resource The following GroupDocs.Comparison Cloud REST API resource has been used to get images of result document (changes). cURL example Request curl -v "https://api.groupdocs.cloud/v1.0/comparison/compareDocuments/images?outFolder#comparisons%2FoutputImages&appsid#XXXX&signature#XXX-XX" -H "Content-Type: application/json" -X POST -d "{'sourceFile':{'folder':'comparisons','name':'source.docx','password':''},'targetFiles':[{'folder':'comparisons','name':'target.docx','password':''}],'settings ':{'generateSummaryPage':true,'showDeletedContent':true,'styleChangeDetection':true,'insertedItemsStyle':{'color':'Blue','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'deletedItemsStyle':{'color':'Red','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'styleChangedItemsStyle':{'color':'Green','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'wordsSeparatorChars':[],'detailLevel':'Low','useFramesForDelInsElements':false,'calculateComponentCoordinates':false,'markDeletedInsertedContentDeep':false},'changes':[{'id':0,'action':'Reject'},{'id':1,'action':'Reject'}]}" Response [ { "href": "https://api.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/comparison/get-images-of-r...
  4. Epub parser returns gibbrish with the text - Fr...

    I only want plain text extracted from a file but it gives back all the links and other random characters.I have attached the image. Here is the code Future<String?> getParsedText(File? file, String? fileName) async { …...@hardhguy Please try PlainText value of FormattedTextOptions.Mode...

    forum.groupdocs.cloud/t/epub-parser-returns-gib...
  5. Supported File Formats | Documentation

    GroupDocs.Classification Cloud REST API support to classify several documents formats such as: Classification From: Portable Document Format: PDF Documents: DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT, ODT, OTT Resource The following GroupDocs.Classification Cloud REST API resource has been used in the Supported File Formats example. cURL Rest Example Request curl -v "https://api.groupdocs.cloud/v1.0/classification/formats" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer [Acccess Token] Response { "formats": [ { "fileFormat": "Microsoft Word", "extension": ".... We value your opinion. Your feedback...

    docs.groupdocs.cloud/classification/supported-f...
  6. Working With Folder | Documentation

    Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage name API will find the folder in GroupDocs Cloud Storage. API Explorer GroupDocs.Metadata Cloud API Reference lets you try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs expose....[Access Token]" Response { "value" : [ { "name" : "four-pages...folder/files you need to pass a true value to a recursive parameter in...

    docs.groupdocs.cloud/metadata/working-with-folder/
  7. GroupDocs.Metadata Cloud 20.4 | Process Metadat...

    Java REST API & Cloud SDK to set, get & update metadata in the cloud. Search & extract the required metadata instead of traversing the whole file metadata tree....(possible) tag name Set the metadata values into existing metadata properties...properties based on specific name, value or tag. Ability to remove the...

    releases.groupdocs.cloud/metadata/java/20-4/
  8. GroupDocs.Metadata Cloud 22.12 | Process Metada...

    Java REST API & Cloud SDK to set, get & update metadata in the cloud. Search & extract the required metadata instead of traversing the whole file metadata tree....(possible) tag name Set the metadata values into existing metadata properties...properties based on specific name, value or tag. Ability to remove the...

    releases.groupdocs.cloud/metadata/java/22-12/
  9. GroupDocs.Metadata Cloud 22.2 | Process Metadat...

    Java REST API & Cloud SDK to set, get & update metadata in the cloud. Search & extract the required metadata instead of traversing the whole file metadata tree....(possible) tag name Set the metadata values into existing metadata properties...properties based on specific name, value or tag. Ability to remove the...

    releases.groupdocs.cloud/metadata/java/22-2/
  10. 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....like “1,2” or “3-5,10” Default value : all pages password string...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/viewer/convert-and-download/