Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 918 for

annotation types

(0.07 sec)
  1. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document. Endpoint accepts document storage path as input payload. Here are the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count; Document encryption indicator. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required....Annotation Product Solution GroupDocs...cloud/connect/token' \ -X POST \ -d 'grant_type=client_credentials&client_i...

    docs.groupdocs.cloud/metadata/get-document-info...
  2. GroupDocs.Clouds

    GroupDocs.Clouds - Document Processing REST APIs | GroupDocs Cloud...concentrera sur la façon d’annoter des fichiers DOCX à l’aide...API REST en Python. Les annotations sont généralement des métadonnées...

    blog.groupdocs.cloud/fr/groupdocs.cloud/page/40/
  3. Customer Newsletters

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....sur Ruby Appliquer différents types de signatures dans les formats...l’application de différents types de signatures telles que : image...

    blog.groupdocs.cloud/fr/tag/customer-newsletters/
  4. Newsletter GroupDocs Édition Octobre 2017 – Mis...

    La newsletter des développeurs GroupDocs d'octobre 2017 décrit les mises à jour de l'API, les principales améliorations de fonctionnalités et les corrections de bogues dans les API de manipulation de documents GroupDocs.... Importer des annotations à partir de diapositives...PowerPoint dans .NET # GroupDocs.Annotation pour .NET 17.8 prend désormais...

    blog.groupdocs.cloud/fr/total/groupdocs-newslet...
  5. Document Processing REST APIs | GroupDocs Cloud

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....commentaires, des notes ou d’autres types de remarques externes aux documents...documents Word sous forme d’annotations. Dans cet article, vous apprendrez...

    blog.groupdocs.cloud/fr/page/35/
  6. Rendering Spreadsheets | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs...Rendering options by document type / Rendering Spreadsheets Rendering...

    docs.groupdocs.cloud/viewer/rendering-spreadshe...
  7. 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....Annotation Product Solution GroupDocs...cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  8. Remove Metadata By Possible Tag Name | Document...

    This REST API allows to remove metadata properties from the document choosing the properties to remove 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 remove metadata properties that have “creator” phrase in theirs tag names. Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET env variables are set....Annotation Product Solution GroupDocs...cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  9. 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....Annotation Product Solution GroupDocs...cloud/connect/token' \ -X POST \ -d "grant_type=client_credentials&client_id=...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  10. Set Metadata By Property Value | Documentation

    This REST API allows to set document metadata new values choosing properties which values are matching the specified. cURL example The following example demonstrates how to set metadata information to all properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The credentials are read from 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....Annotation Product Solution GroupDocs...cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=...

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