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

value

(0.05 sec)
  1. 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/
  2. 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...
  3. 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...
  4. 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...
  5. 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/
  6. 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/
  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. Translate Document API - Free Support Forum - g...

    Hello All, Getting below response for calling document translation API, not sure what the issue is. I am passing the correct JSON body as suggested in the documentation. I am using Postman to serve this request. I am ge…...character encountered while parsing value: {. Path ‘’, line 1, position...root, so I am passing null values for folder and storage. Hopefully...

    forum.groupdocs.cloud/t/translate-document-api/...
  10. Set Metadata By Tag | Documentation

    This REST API allows to set document metadata new Values choosing properties by exact tag and category name. cURL example The following example demonstrates how to set metadata information to all properties with the “Creator” tag name. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....to set document metadata new values choosing properties by exact...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/metadata/set-metadata-by-tag/