Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 1,870 for

jwt

(0.17 sec)
  1. Working With Storage | Documentation

    GroupDocs.Viewer Cloud Working With Storage...\ -H "authorization: Bearer $JWT_TOKEN " Windows PowerShell curl..."authorization: Bearer $env:JWT_TOKEN" Windows CMD curl -X GET...

    docs.groupdocs.cloud/viewer/working-with-storage/
  2. Перетворення Excel на CSV | XLS у файли, розділ...

    Як легко перетворити файли Excel у формат CSV за допомогою .NET REST API. Виконайте перетворення файлів Excel у файли, розділені комами. XLS у CSV або XLSX у CSV...маркера доступу JWT. Отже, коли у вас є маркер JWT, виконайте наступну...персоналізований маркер доступу JWT. Спробуйте безкоштовну програму...

    blog.groupdocs.cloud/uk/conversion/convert-exce...
  3. Get Supported File Types | Documentation

    This REST API allows to get list of all file formats supported by GroupDocs.Metadata Cloud product. Resource URI HTTP POST ~/formats Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment variables. 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" # Get document information (available formats) curl -v "https://api....\ -H "Authorization: Bearer $JWT_TOKEN " Windows PowerShell #..."Authorization: Bearer $env:JWT_TOKEN" Windows CMD : : Get JSON...

    docs.groupdocs.cloud/metadata/get-supported-fil...
  4. Усі нові GroupDocs.Signature Cloud V2!

    Підписи REST API для застосування, перевірки та пошуку електронних підписів у різних форматах файлів. Підтримує різні варіанти електронних підписів...Автентифікація - автентифікація JWT (JSON Web Token). Signature API...використовували автентифікацію JWT у прикладі V2. Зауважте, що OAuth...

    blog.groupdocs.cloud/uk/signature/all-new-group...
  5. Yepyeni GroupDocs.Signature Cloud V2!

    Çeşitli dosya biçimlerinde e-İmzaları uygulamak, doğrulamak ve aramak için İmza REST API'leri. Çeşitli elektronik imza çeşitlerini destekler...sürümü V2 Kimlik doğrulama - JWT(JSON Web Token) kimlik doğrulaması...Signature ekleyin V2 örneğinde JWT kimlik doğrulaması kullandığımızı...

    blog.groupdocs.cloud/tr/signature/all-new-group...
  6. Semua GroupDocs Baru.Signature Cloud V2!

    Signature REST API untuk menerapkan, memverifikasi & mencari tanda tangan elektronik dalam berbagai format file. Mendukung beragam jenis tanda tangan elektronik...versi V2 Otentikasi - otentikasi JWT (JSON Web Token). API Tanda Tangan...telah menggunakan otentikasi JWT dalam contoh V2. Harap dicatat...

    blog.groupdocs.cloud/id/signature/all-new-group...
  7. Extract Text from HTML | HTML Text Parser | HTM...

    Naucz się, jak wyodrębnić tekst z HTML za pomocą .NET REST API. Przetwarzaj czysty tekst, usuń tagi i automatyzuj wyodrębnianie treści HTML za pomocą .NET REST API. HTML na TXT...wygenerowanie tokena dostępu JWT przy użyciu poświadczeń klienta...polecenie, aby wygenerować token JWT. curl -v -X POST "https://api...

    blog.groupdocs.cloud/pl/parser/extract-text-fro...
  8. Supported File Formats | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud is a REST API to create, verify and search different type of Signatures objects in all common business formats, including PDF, Microsoft Word, Excel, PowerPoint, epub and many other files. To get list of supported file formats, you can use the following API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the Supported File Formats example....\ -H "authorization: Bearer $JWT_TOKEN " Windows PowerShell curl..."authorization: Bearer $env:JWT_TOKEN" Windows CMD curl -v "https://api...

    docs.groupdocs.cloud/signature/supported-file-f...
  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....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  10. 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....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d '{ "FileInfo": {...

    docs.groupdocs.cloud/metadata/extract-whole-met...