Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 1,863 for

jwt

(0.13 sec)
  1. \"HTMLからテキストを抽出 | HTMLテキストパーサー | HTMLからTXTへ\"

    \"HTMLからテキストを抽出する方法を学ぶ .NET REST APIを使用します。クリーンなテキストを解析し、タグを削除し、.NET REST APIを使用してHTMLコンテンツの抽出を自動化します。HTMLからTXTへ\"...このアプローチの前提条件は、クライアント資格情報を使用してJWTアクセストークンを生成することです。JWTトークンを生成するには、以下のコマンドを実行してください。...\ -H "authorization: Bearer {JWT_TOKEN}" \ -H "Content-Type: application/json"...

    blog.groupdocs.cloud/ja/parser/extract-text-fro...
  2. 将 PDF 转换为 HTML | 使用 C# .NET 将 PDF 转换为 Web

    在 C# .NET 中无缝实现 PDF 到 HTML 的转换。使用 .NET REST API 将 PDF 轻松简单地转换为 HTML。...p Key 和 App SID)并生成 JWT 访问令牌。一旦我们获得 JWT 令牌,请执行以下 cURL 命令将 PDF...格式的名称,将“accessToken”替换为上面生成的 JWT 令牌。转换成功后,生成的文件将存储在云存储中。 如果您想将生成的...

    blog.groupdocs.cloud/zh/conversion/convert-pdf-...
  3. 7. Convert to Text Formats | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to Text Formats and returns the output document storage URL and also support to get result as a stream or Array of stream. Convert to Text Formats You can convert the supported document formats to Text Formats and get output as Storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to Text format example....\ -H "authorization: Bearer $JWT_TOKEN " \ -H "Content-Type: application/json"..."authorization: Bearer $env:JWT_TOKEN" ` -H "Content-Type: application/json"...

    docs.groupdocs.cloud/conversion/convert-to-text...
  4. Working with Signature Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with multiple signatures. For example, you can add Text and Barcode Signature to a document at same time. To put list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object SignOptionsCollectionData that can contain one or more signature options. Please, use signature options which appropriate for current document format....--header "authorization: Bearer $JWT_TOKEN " \ --header "content-type:..."authorization: Bearer $env:JWT_TOKEN" ` - -header "content-type:...

    docs.groupdocs.cloud/signature/working-with-sig...
  5. 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...
  6. 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...
  7. 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-...
  8. 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...
  9. CSV в PDF | Преобразование CSV в PDF на C#. Кон...

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

    blog.groupdocs.cloud/ru/conversion/convert-csv-...
  10. Конвертация PDF в Word в Node.js | PDF в DOCX и...

    Узнайте, как конвертировать PDF в редактируемый формат Word (DOC/DOCX) с использованием API Node.js. Легко экспортируйте содержимое PDF в документы Microsoft Word онлайн....\ -H "Authorization: Bearer <JWT_TOKEN>" \ -H "accept: application/json"...JWTTOKEN на персонализированный JWT токен доступа. Преобразование...

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