Sort Score
Result 10 results
Languages All
Labels All
Results 3,081 - 3,090 of 4,763 for

total

(0.05 sec)
  1. Remove Metadata | Documentation

    This REST API allows to remove metadata from the documents. With this API you can search metadata to remove with following features: There are many ways to specify what property should be removed. You could search for properties to add by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name). values of different types: string; datetime; integer; double; boolean; The table below contains the full list of properties that can be specified when removing metadata to the document....Total Product Family GroupDocs.Viewer...

    docs.groupdocs.cloud/metadata/remove-metadata/
  2. Traduire et convertir des documents PDF

    Traduisez rapidement des documents PDF en ligne et enregistrez la traduction dans n'importe quel format....Traduire le texte Traduire Total Traduire Word Traduire Excel...848786 fichiers d'une taille totale de 245968138 kilo-octets Traduction...

    products.groupdocs.app/translation/fr/pdf
  3. Tradueix fitxers Markdown amb sintaxi Hugo

    Traduir ràpidament arxius Markdown amb codis curts Hugo i la sintaxi matèria frontal en línia...traducció Traduir Text Tradueix Total Tradueix PDF Tradueix Word Tradueix...848786 fitxers amb una mida total de 245968138 Kilobytes Traducció...

    products.groupdocs.app/translation/ca/hugo/
  4. 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....Total for .NET – The latest version...

    blog.groupdocs.cloud/total/groupdocs-november-n...
  5. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count. 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 It could be omitted for default storage....Total Product Family GroupDocs.Viewer...

    docs.groupdocs.cloud/parser/get-document-inform...
  6. Fetching file translations | Documentation

    How to fetch the translated file from the GroupDocs.Translation Cloud queue....Total Product Family GroupDocs.Viewer...

    docs.groupdocs.cloud/translation/file/fetch/
  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. 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....Total Product Family GroupDocs.Viewer...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  8. 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. 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....Total Product Family GroupDocs.Viewer...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  9. Set Metadata By Property Name Match Exact Phras...

    This REST API allows to set document metadata new values choosing properties with specified name. cURL example The following example demonstrates how to set metadata information to all properties with the exact same name as specified. 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.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....Total Product Family GroupDocs.Viewer...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  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.*”. 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....Total Product Family GroupDocs.Viewer...

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