Sort Score
Result 10 results
Languages All
Labels All
Results 5,881 - 5,890 of 6,266 for

parser

(0.1 sec)
  1. Sending files for translation | Documentation

    How to send files for translation to the selected languages....Parser Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/file/request/
  2. Available SDKs | Documentation

    Find the latest software development kits (SDKs) that help you easily integrate GroupDocs.Rewriter Cloud into your applications....Parser Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/sdk/
  3. Extract Metadata By Property Name Match Regex |...

    This REST API allows to extract metadata properties from the document choosing the properties which names are matching the specified regular expression. cURL example The following example demonstrates how to extract metadata information from all properties with the “dc” string in the beginning of the name. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The values are taken from environment variables CLIENT_ID and CLIENT_SECRET....Parser Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  4. GroupDocs.Total Cloud Product Family on Documen...

    GroupDocs.Total Cloud Product Family on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs.Total Cloud Product Family on Document Processing REST APIs | GroupDocs Cloud Оно......Parser Cloud — це рішення REST API...

    blog.groupdocs.cloud/uk/categories/groupdocs.to...
  5. Перетворення Word в JPG в Java | Конвертер DOCX...

    Як конвертувати документи Word (DOC, DOCX) у зображення JPG за допомогою Java REST API. Легко експортуйте Word у JPG за допомогою хмарної конверсії документів....Parser Cloud з командами cURL. curl...

    blog.groupdocs.cloud/uk/conversion/convert-word...
  6. Working with Lists | Documentation

    How-to dynamically generate items within different types of lists and specify their options using GroupDocs Assembly Cloud....Parser Product Solution GroupDocs...

    docs.groupdocs.cloud/assembly/developer-guide/w...
  7. 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....Parser Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/extract-whole-met...
  8. Get Metadata Tags Information | Documentation

    This REST API allows to obtain tags and properties information from document metadata. Endpoint accepts document storage path as input payload. Operation traverses whole metadata tree packages and retrieve properties within the package. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name Could be omitted for default storage. Resource URI HTTP POST ~/metadata/tags Swagger UI lets you call this REST API directly from the browser....Parser Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/get-metadata-tags...
  9. Extract Metadata By Possible Tag Name | Documen...

    This REST API allows to extract metadata properties from the document choosing the properties to extract 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 extract metadata creator information from all properties that have particular string phrase in theirs tag names. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Parser Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  10. 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....Parser Product Solution GroupDocs...

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