Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 1,842 for

jwt

(0.06 sec)
  1. JSON para HTML | Converter JSON em HTML | Conve...

    Como converter JSON para HTML usando C# .NET. Nosso guia passo a passo que explica métodos de conversão de JSON em HTML usando a API .NET REST....precisamos gerar o token de acesso JWT com base nas credenciais do cliente...cliente. Assim que o token JWT for obtido, execute o seguinte...

    blog.groupdocs.cloud/pt/conversion/convert-json...
  2. Excel para JPG | XLS para JPG | Planilha Excel ...

    Como converter arquivos Excel em imagens JPG de alta qualidade usando a API .NET REST. Converta XLS/XLSX em JPG em C# .NET....abordagem é obter um token de acesso JWT personalizado. Portanto, assim...assim que tiver um token JWT, execute o seguinte comando cURL para...

    blog.groupdocs.cloud/pt/conversion/convert-exce...
  3. सभी नए GroupDocs.Signature Cloud V2!

    विभिन्न फ़ाइल स्वरूपों में ई-हस्ताक्षरों को लागू करने, सत्यापित करने और खोजने के लिए सिग्नेचर रेस्ट एपीआई। विभिन्न प्रकार के इलेक्ट्रॉनिक हस्ताक्षरों का समर्थन करता है...प्रस्तुत किया गया प्रमाणीकरण - JWT(JSON वेब टोकन) प्रमाणीकरण हस्ताक्षर...सकते हैं कि हमने V2 उदाहरण में JWT प्रमाणीकरण का उपयोग किया है।...

    blog.groupdocs.cloud/hi/signature/all-new-group...
  4. ขอแนะนำ GroupDocs.Comparison Cloud 19.5!

    Groupdocs.Comparison Cloud เวอร์ชันใหม่ 19.5 มาแล้ว ความสนใจของคุณใน Document Comparison Cloud API ช่วยให้เรามีแรงจูงใจที่จะใช้คุณสมบัติใหม่...เราได้เปิดตัวการตรวจสอบสิทธิ์ JWT (JSON Web Token) ในรุ่นนี้ วิธีการตรวจสอบสิทธิ์...ให้เราแสดงวิธีรับ JWT Access Token ### Retrieve access token JWT(JSON Web...

    blog.groupdocs.cloud/th/comparison/introducing-...
  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. 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-...
  7. 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...
  8. 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...
  9. 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...
  10. Слово в HTML | DOC в HTML онлайн | DOCX в HTML ...

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

    blog.groupdocs.cloud/ru/conversion/convert-doc-...