Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 1,909 for

jwt

(0.06 sec)
  1. Java JSON a HTML | Convertir JSON a HTML | JSON...

    Aprende a convertir JSON a HTML usando Java. Esta guía explica métodos paso a paso para la conversión de JSON a HTML utilizando GroupDocs.Conversion Cloud SDK....necesitamos generar un token de acceso JWT basado en las credenciales del...vez que se obtiene el token JWT, por favor ejecute el siguiente...

    blog.groupdocs.cloud/es/conversion/convert-json...
  2. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains the document description with metadata and coordinates of text on pages. Resource The following GroupDocs.Annotation Cloud REST API resource has been used to get document information. cURL example Linux/MacOS/Bash curl -v "https://api.groupdocs.cloud/v2.0/annotation/info" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer $Jwt_TOKEN" \ -d '{ "FilePath": "annotationdocs/one-page.docx" }' Windows PowerShell curl.exe -v "https://api.groupdocs.cloud/v2.0/annotation/info" ` -X POST ` -H "Content-Type: application/json" ` -H "Accept: application/json" ` -H "Authorization: Bearer $env:Jwt_TOKEN" ` -d "{ 'FilePath': 'annotationdocs/one-page....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FilePath": ..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': '...

    docs.groupdocs.cloud/annotation/get-document-in...
  3. Extract Formatted Text | Documentation

    This REST API allows extracting formatted text by setting the pages extraction mode option. You need to specify the FormattedTextOptions Mode parameter besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract formatted text example. cURL example The following example demonstrates how to extract formatted text. Linux/MacOS/Bash # Get JSON Web Token # Provide your Client Id and Client Secret via environment variables $CLIENT_ID and $CLIENT_SECRET....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FormattedTextOptions":..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FormattedTextOptions':...

    docs.groupdocs.cloud/parser/extract-formatted-t...
  4. Extract Metadata By Property Name Match Regex |...

    This REST API allows to extract metadata properties from the document choosing the properties which names are matching the specified regular expression. cURL example The following example demonstrates how to extract metadata information from all properties with the “dc” string in the beginning of the name. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The values are taken from environment variables CLIENT_ID and CLIENT_SECRET....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  5. Excel в JSON | Конвертер XLS в JSON | XLSX в JS...

    Как преобразовать Excel в формат JSON с помощью C# .NET. Экспертные методы преобразования документов XLS и XLSX в данные JSON....токена доступа JWT. Итак, когда у вас есть токен JWT, выполните следующую...персонализированным токеном доступа JWT. Онлайн-конвертер Excel в JSON...

    blog.groupdocs.cloud/ru/conversion/convert-exce...
  6. CSV в PDF | Преобразование CSV в PDF на C#. Кон...

    Как легко конвертировать файлы CSV в формат PDF, используя наше пошаговое руководство. Легкое и простое преобразование CSV в PDF с использованием C# и GroupDocs.Conversion Cloud API....сгенерировать токен доступа JWT на основе учетных данных клиента... как мы сгенерировали токен JWT, нам нужно выполнить следующую...

    blog.groupdocs.cloud/ru/conversion/convert-csv-...
  7. 단어를 HTML로 | DOC에서 HTML로 온라인 | C#에서 DOCX를 HTML로

    C# .NET에서 Word 문서를 HTML로 변환합니다. C#을 사용하여 DOC, DOCX 파일을 HTML 형식으로 변환할 때의 이점을 알아보세요....클라이언트 자격 증명을 기반으로 JWT 액세스 토큰을 생성하는 것입니다. JWT 토큰을 생성한 후에는 다음 cURL...파일 이름으로, ‘accessToken’을 개인화된 JWT 액세스 토큰으로 바꾸세요. 결과 HTML을 로컬 드라이브에...

    blog.groupdocs.cloud/ko/conversion/convert-doc-...
  8. 將 Excel 轉換為 CSV | C# .NET 中的 XLS 到逗號分隔文件

    如何使用 .NET REST API 輕鬆地將 Excel 檔案轉換為 CSV 格式。執行 Excel 到逗號分隔檔案的轉換。 XLS 轉 CSV 或 XLSX 轉 CSV... 此方法的第一步是取得個人化 JWT 存取權令牌。因此,一旦您擁有 JWT 令牌,請執行以下 cURL 命令將 XLSX...CSV 的名稱,將「accessToken」替換為個人化 JWT 存取權令牌。 嘗試免費的 Excel 到 CSV 轉換應用程序...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  9. Speichern Sie JSON in HTML in Node.js | Online ...

    Easily convert JSON files into HTML format using GroupDocs.Conversion Cloud SDK for Node.js. Transform structured JSON data into HTML pages online....wir unseren personalisierten JWT-Zugriffstoken erhalten haben...\ -H "authorization: Bearer {JWT_TOKEN}" \ -H "Content-Type: application/json"...

    blog.groupdocs.cloud/de/conversion/convert-json...
  10. Working With Files | Documentation

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

    docs.groupdocs.cloud/viewer/working-with-files/