Sort Score
Result 10 results
Languages All
Labels All
Results 2,721 - 2,730 of 3,375 for

doc to doc

(0.07 sec)
  1. Configure DropBox Storage | Documentation

    You have To complete following steps To configure Dropbox STorage: Log inTo Dashboard Access the STorages Page Select DropBox STorage from the ‘Create New STorage’ menu Enter STorage Name (For example: MyDropboxSTorage) and click on Generate Token butTon Log inTo Dropbox and Authorize our app Dropbox will generate your Access Token and you will be redirected To our Dashboard Press Save butTon To create sTorage Now you can use this sTorage with GroupDocs REST APIs....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/total/configure-dropbox-st...
  2. Extract Whole Metadata Tree | Documentation

    This REST API allows To extract whole metadata properties tree. cURL example The following example demonstrates how To retrieve all metadata properties. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupDocs.cloud/applications. curl -v "https://api.groupDocs.cloud/connect/Token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Example To join several Documents inTo one curl -v "https://api.groupDocs.cloud/v1.0/metadata" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_ToKEN" \ -d '{ "FileInfo": { "FilePath": "Documents/input....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/metadata/extract-whole-met...
  3. Set Metadata By Possible Tag Name | Documentation

    This REST API allows To set Document metadata new values choosing properties To edit by approximate or a part of metadata tag name. This API allows you To specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how To set new metadata creaTor name. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupDocs.cloud/applications. # Place the Client Id and Secret in the environment variables $CLIENT_ID and $CLIENT_SECRET....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  4. Extract Metadata By Tag | Documentation

    This REST API allows To extract metadata properties from the Document choosing the properties by exact tag and category name. cURL example The following example demonstrates how To extract metadata information from all properties with Created tag. Linux/MacOS/Bash # Get JSON Web Token # Provide your Client Id and Client Secret via environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api.groupDocs.cloud/connect/Token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example To join several Documents inTo one curl -v "https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  5. Extract Metadata By Property Name | Documentation

    This REST API allows To extract metadata properties from the Document choosing the properties To extract by name. cURL example The following example demonstrates how To extract metadata information from all properties that have “Date” string in names. Linux/MacOS/Bash # 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 arguments. curl -v 'https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  6. Add Metadata By Property Name | Documentation

    This REST API allows you To add metadata information as properties with specified name. cURL example The following example demonstrates how To add metadata date and time information in all properties that may have names containing specified string value. Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment variables. curl -v "https://api.groupDocs.cloud/connect/Token" \ -X POST \ -d 'grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET' \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Add metadata To a Document curl -v "https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  7. Remove Metadata By Property Value | Documentation

    This REST API allows To remove metadata properties from the Document choosing the properties which values are matching the specified. cURL example The following example demonstrates how To remove metadata properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # Get JSON Web Token curl -v 'https://api.groupDocs.cloud/connect/Token' \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H 'Content-Type: application/x-www-form-urlencoded' \ -H 'Accept: application/json' # cURL example To join several Documents inTo one curl -v 'https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  8. Content processing workflow | Documentation

    An overview of the GroupDocs.Rewriter Cloud workflow....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/rewriter/workflow/
  9. 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...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/annotation/annotateoptions/
  10. Set Metadata By Property Name Match Regex | Doc...

    This REST API allows To set Document metadata new values choosing properties with names matching the specified regular expression. cURL example The following example demonstrates how To set metadata information To all properties that match regular expression “^NameOfApp.*”. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupDocs.cloud/applications. curl -v "https://api.groupDocs.cloud/connect/Token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example To join several Documents inTo one curl -v "https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

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