Sort Score
Result 10 results
Languages All
Labels All
Results 2,411 - 2,420 of 3,205 for

total

(0.09 sec)
  1. Available SDKs | Documentation

    Find the latest software development kits (SDKs) that help you easily integrate GroupDocs.Translation Cloud into your applications....Total Product Family GroupDocs.Viewer...

    docs.groupdocs.cloud/translation/sdk/
  2. Sending texts for translation | Documentation

    How to send texts for translation to the selected languages....Total Product Family GroupDocs.Viewer...

    docs.groupdocs.cloud/translation/text/request/
  3. Wzbogać swoją aplikację C# / ASP.NET o funkcję ...

    GroupDocs oferuje bibliotekę .NET z elastycznym interfejsem API, której można używać do tworzenia prawnie wiążących aplikacji do składania podpisów elektronicznych z funkcją przechwytywania podpisów internetowych....Total for .NET – najnowsza wersja...

    blog.groupdocs.cloud/pl/total/groupdocs-novembe...
  4. Расширьте возможности своего приложения C#/ASP....

    GroupDocs предлагает библиотеку .NET с гибким API, которую можно использовать для создания юридически обязывающих приложений электронной подписи с функцией захвата веб-подписи....Total для .NET — последняя версия...

    blog.groupdocs.cloud/ru/total/groupdocs-novembe...
  5. Boletim de fevereiro de 2014

    Integrações e novas amostras de Cloud API, lançamentos e atualizações de produtos e muito mais em nosso boletim informativo de fevereiro de 2014....Total for .NET – Uma compilação de...

    blog.groupdocs.cloud/pt/total/product-updates-t...
  6. 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...
  7. 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...
  8. 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/
  9. 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. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Total Product Family GroupDocs.Viewer...

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

    ViewResult data structure returned by Document View API working-with-viewer-api as output result ViewResult example { "pages": [ { "number": 1, "resources": [], "path": "viewer/words/docx/four-pages_docx/p1.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p1.html" }, { "number": 2, "resources": [], "path": "viewer/words/docx/four-pages_docx/p2.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p2.html" }, { "number": 3, "resources": [], "path": "viewer/words/docx/four-pages_docx/p3.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p3.html" }, { "number": 4, "resources": [], "path": "viewer/words/docx/four-pages_docx/p4.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p4.html" } ], "attachments": [], "file": null } ViewResult fields Name Description pages List of document pages page....Total Product Family GroupDocs.Viewer...

    docs.groupdocs.cloud/viewer/viewresult/