Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 1,870 for

jwt

(0.81 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. Node.js で Word を PDF に変換 | DOCX を PDF にするオンライン ...

    Microsoft Word 文書 (DOC, DOCX) を PDF に変換する方法を Node.js API を使用して学びます。Word から PDF への変換のための信頼性がありスケーラブルな REST API。...\ -H "Authorization: Bearer <JWT_TOKEN>" \ -H "accept: application/json"...ファイルの名前に置き換え、 JWTTOKEN を個別の JWT アクセストークンに置き換えてください。 DOC to PDF...

    blog.groupdocs.cloud/ja/conversion/convert-doc-...
  3. Get Supported File Formats | Documentation

    GroupDocs.Annotation Cloud is a REST API provides methods to apply Text and Figure based annotations to documents & images of all popular formats. Resource The following GroupDocs.Comparison Cloud REST API resource has been used in the Supported File Formats example. cURL example Linux/MacOS/Bash curl -X GET 'https://api.groupdocs.cloud/v2.0/annotation/formats' \ -H 'accept: application/json' \ -H "authorization: Bearer $Jwt_TOKEN" Windows PowerShell curl.exe -X GET ` "https://api.groupdocs.cloud/v2.0/annotation/formats" ` -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/annotation/get-supported-f...
  4. Get Document Information | Documentation

    This REST API allows us to obtain basic information about the document and it’s pages properties. 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. Here is the list of properties that can be obtained for document pages: Page width in pixels (when converted to the image); Page height in pixels (when converted to image); Page number; Visible property that indicates whether the page is visible or not....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{"FilePath": "..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': '...

    docs.groupdocs.cloud/merger/get-document-inform...
  5. Delete Document Pages | Documentation

    Delete Pages method allows to delete pages in the cloud storage, created by get pages method. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation Add annotation Call Preview method Download result pages from cloud storage Delete pages in cloud storage HTTP POST ~/annotation/preview/remove Swagger UI lets you call this REST API directly from the browser....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FilePath": "one-page..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': 'one-page...

    docs.groupdocs.cloud/annotation/delete-pages/
  6. Text Redaction

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....生成訪問令牌 ### Retrieve access token JWT(JSON Web Token) ### TODO: Get...

    blog.groupdocs.cloud/zh-hant/tag/text-redaction/
  7. CSV から PDF | C# での CSV から PDF への変換。CSV から PDF への変換

    ステップバイステップ ガイドを使用して、CSV ファイルを PDF 形式に簡単に変換する方法。C# と GroupDocs.Conversion Cloud API を使用して、CSV から PDF への変換を簡単かつシンプルに実行します。...まず、クライアントの資格情報に基づいて JWT アクセス トークンを生成する必要があります。JWT トークンを生成したら、次の cURL...ファイルの名前に、 accessToken をパーソナライズされた JWT アクセス トークンに置き換えてください。 結果の PDF...

    blog.groupdocs.cloud/ja/conversion/convert-csv-...
  8. Excel から JSON へ | XLS から JSON へのコンバーター | C# での ...

    C# .NET を使用して Excel を JSON 形式に変換する方法。XLS および XLSX ドキュメントを JSON データに変換する専門的なテクニック...このアプローチの最初のステップは、パーソナライズされた JWT アクセス トークンを取得することです。JWT トークンを取得したら、次の cURL...の名前に、 accessToken をパーソナライズされた JWT アクセス トークンに置き換えてください。 オンライン Excel...

    blog.groupdocs.cloud/ja/conversion/convert-exce...
  9. CSV を JSON に変換する | C# .NET で CSV を JSON にエクスポートする

    ステップバイステップ ガイドを使用して、CSV ファイルを JSON 形式に簡単に変換する方法を学びます。CSV を JSON に簡単にエクスポートします。...最初のステップは、クライアントの資格情報に基づいて JWT アクセス トークンを生成することです。JWT トークンを生成したら、次の cURL...ファイルの名前に、 accessToken をパーソナライズされた JWT アクセス トークンに置き換えてください。 ここで、結果の...

    blog.groupdocs.cloud/ja/conversion/convert-csv-...
  10. Convert document | Documentation

    This example demonstrates how to convert word processing document into pdf document with default options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FilePath": ..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': '...

    docs.groupdocs.cloud/conversion/convert-document/