Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 2,987 for

one

(0.04 sec)
  1. Extract Metadata By Property Value | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties which values are matching the specified value. cURL example The following example demonstrates how to extract metadata information from all properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # Get JSON Web Token # Set CLIENT_ID and CLIENT_SECRET as environment variables or replace them directly in the command. 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: retrieve metadata (join several documents into One) curl -v "https://api....(join several documents into one) curl -v "https://api.groupdocs...(join several documents into one) curl . exe -v "https://api.groupdocs...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  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....join several documents into one curl -v "https://api.groupdocs...join several documents into one curl . exe -v "https://api.groupdocs...

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

    This REST API allows to add metadata properties to the document choosing the right place to add by exact tag and category name. cURL example The following example demonstrates how to add metadata date and time information in all properties that have specified tag. Linux/MacOS/Bash # Get JWT 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' # Join several documents into One curl -v 'https://api....Join several documents into one curl -v 'https://api.groupdocs...Join several documents into one curl . exe -v 'https://api.groupdocs...

    docs.groupdocs.cloud/metadata/add-metadata-by-tag/
  4. Working with Data | Documentation

    Programming techniques, designed to apply data filtering, grouping and formatting throughout the Report Generation process using GroupDocs Assembly Cloud....with commas except the first one: The items are : << foreach [...NumberOf() extension method returns a one-based index (1, 2, 3 &mldr;)...

    docs.groupdocs.cloud/assembly/developer-guide/w...
  5. Add annotation with downloading output document...

    AnnotateDirect method allows to add annotations to the document and returns output 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 Add annotation and get the result immediately HTTP PUT ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard...."FilePath": "annotationdocs/one-page.docx" }, "Annotations":...'FilePath': 'annotationdocs/one-page.docx' }, 'Annotations':...

    docs.groupdocs.cloud/annotation/add-direct/
  6. Enhance Your C# / ASP.NET App with the Electron...

    GroupDocs offers a .NET library with flexible API that can be used to build legally-binding e-signature apps with web signature capture functionality....we have for a platform into one package at a reduced price. We’re....NET products packaged into one product suite. GroupDocs.Total...

    blog.groupdocs.cloud/total/welcome-2015-groupdo...
  7. GroupDocs Newsletter August 2017– .NET, Java AP...

    GroupDocs developer newsletter August 2017 describes API updates, new features, .NET and Java code examples within GroupDocs document manipulation APIs....NET APIs packaged into one product suite. GroupDocs.Total...our Java APIs packaged into one product suite. GroupDocs.Total...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  8. 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....join several documents into one curl -v 'https://api.groupdocs...join several documents into one curl . exe -v 'https://api.groupdocs...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  9. Remove Metadata By Property Name Match Exact Ph...

    This REST API allows to remove metadata properties from the document choosing the properties with specified name. cURL example The following example demonstrates how to remove metadata properties that have exact “NameOfApplication” names. Linux/MacOS/Bash # Get JSON Web Token # Set your client credentials in 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" # Join several documents into One (example endpoint) curl -v "https://api....Join several documents into one (example endpoint) curl -v "https://api...Join several documents into one (example endpoint) curl . exe...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  10. SignResult | Documentation

    SignResult data structure returned by Sign API method as output result SignResult example { "FileInfo": { "FilePath": "signed/One-page.pdf", "Password" : "1234567890" }, "Size" : 12345, "DownloadUrl": "signed/One-page.pdf", "succeeded": [ { "qrCodeType": "Aztec", "text": "123456789012", "format": "Portable Network Graphic", "signatureType": "QRCode", "pageNumber": 1, "signatureId": "bb9ca1b7-fea4-4ec3-9984-9c9279bda16d", "isSignature": true, "createdOn": "2020-07-21T09:08:25.3947498+00:00", "modifiedOn": "2020-07-21T09:08:25.3947498+00:00", "top": 100, "left": 100, "width": 100, "height": 100 } ], "failed": [] } SignResult fields Name Description FilePath Name of the signed document Size Size of the signed document DownloadUrl Page file path in the cloud storage...."FileInfo" : { "FilePath" : "signed/one-page.pdf" , "Password" : "1234567890"...12345 , "DownloadUrl" : "signed/one-page.pdf" , "succeeded" : [ {...

    docs.groupdocs.cloud/signature/signresult/