Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 1,842 for

jwt

(0.09 sec)
  1. Get Supported Barcodes | Documentation

    GroupDocs.Signature Cloud REST API supports to sign a document with Barcode. This API lists all supported Barcode types. Resource The following GroupDocs.Signature Cloud REST API resource has been used in example to list supported Barcode types. cURL example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/signature/barcodes" \ -H 'accept: application/json' \ -H "authorization: Bearer $Jwt_TOKEN" Windows PowerShell curl.exe -X GET "https://api.groupdocs.cloud/v2.0/signature/barcodes" ` -H "accept: application/json" ` -H "authorization: Bearer $env:Jwt_TOKEN" Windows CMD curl -X GET "https://api....\ -H "authorization: Bearer $JWT_TOKEN " Windows PowerShell curl..."authorization: Bearer $env:JWT_TOKEN" Windows CMD curl -X GET...

    docs.groupdocs.cloud/signature/get-supported-ba...
  2. Remove Metadata By Tag | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties by exact tag and category name. cURL example The following example demonstrates how to remove all metadata properties with the “Created” tag name. Linux/MacOS/Bash # 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: remove metadata from a document curl -v "https://api....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  3. Extract Metadata By Property Value | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties which values are matching the specified value. cURL example The following example demonstrates how to extract metadata information from all properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # Get JSON Web Token # Set CLIENT_ID and CLIENT_SECRET as environment variables or replace them directly in the command. 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: retrieve metadata (join several documents into one) curl -v "https://api....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

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

    docs.groupdocs.cloud/watermark/get-document-inf...
  5. ¡Presentamos GroupDocs.Comparison Cloud 19.5!

    Ya está aquí la nueva versión de Groupdocs.Comparison Cloud 19.5. Su interés en nuestra API de nube de comparación de documentos nos mantiene motivados para implementar nuevas funciones....introducido la autenticación JWT (JSON Web Token) en esta versión...token de acceso JWT. ### Retrieve access token JWT(JSON Web Token)...

    blog.groupdocs.cloud/es/comparison/introducing-...
  6. Слово в HTML | DOC в HTML онлайн | DOCX в HTML ...

    Преобразование документов Word в HTML в C# .NET. Узнайте о преимуществах преобразования файлов DOC, DOCX в формат HTML с помощью C#....является создание токена доступа JWT на основе учетных данных клиента... как мы сгенерировали токен JWT, нам нужно выполнить следующую...

    blog.groupdocs.cloud/ru/conversion/convert-doc-...
  7. 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...
  8. 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...
  9. Усі нові GroupDocs.Signature Cloud V2!

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

    blog.groupdocs.cloud/uk/signature/all-new-group...
  10. Working with Folder API | Documentation

    Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage name API will find folder in GroupDocs Cloud Storage. API Explorer GroupDocs.conversion Cloud API Reference lets you to try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs exposes....\ -H "authorization: Bearer $JWT_TOKEN " Windows PowerShell curl..."authorization: Bearer $env:JWT_TOKEN" Windows CMD curl -X GET...

    docs.groupdocs.cloud/conversion/working-with-fo...