Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 1,863 for

jwt

(0.2 sec)
  1. Presentazione di GroupDocs.Conversion Cloud V2

    L'API REST di GroupDocs.Conversion Cloud supporta la conversione di oltre 65 formati di documenti. Fornisce output di alta qualità in modo rapido e affidabile...Cloud supporta l’autenticazione JWT (JSON Web Token). ### Retrieve...

    blog.groupdocs.cloud/it/conversion/introducing-...
  2. REST API ile bir PDF Belgesini Yeniden Düzenley...

    PDF Metnini, herhangi bir platformda üçüncü taraf düzenleyiciler yüklemeden bir belge ve görüntü açıklama çözümü olan GroupDocs.Annotation Cloud ile yeniden düzenleyin....# ### Retrieve access token JWT(JSON Web Token) ### TODO: Get...

    blog.groupdocs.cloud/tr/annotation/a-rest-api-s...
  3. Dokumente zusammenfassen in C# | Dokumentenzusa...

    Wie man Dokumentinhalte mit der .NET REST‑API zusammenfasst. Erstellen Sie prägnante Zusammenfassungen von PDFs, Word‑Dateien und Textdokumenten mithilfe KI‑gestützter Zusammenfassung....Ansatz ist die Erzeugung eines JWT‑Zugriffstokens basierend auf...

    blog.groupdocs.cloud/de/rewriter/summarize-docu...
  4. Node.jsでHTMLをJSONに変換 | オンラインウェブページをJSONにエクスポート

    HTML ファイルを JSON 形式に変換するには、Node.js 用の GroupDocs.Conversion Cloud SDK を使用してください。構造化された HTML ドキュメントをオンラインで REST API を使って JSON 形式に変換します。...\ -H "authorization: Bearer {JWT_TOKEN}" \ -H "Content-Type: application/json"...HTML ファイルの名前に、 JWTTOKEN を個人用の JWT アクセストークンに置き換えてください。 ローカルドライブ...

    blog.groupdocs.cloud/ja/conversion/convert-html...
  5. Delete Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides a method to delete signature from the signed document. The signature ID is needed to perform the delete, it comes from the result of sign or search operation. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Delete signatures Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/signature/delete-barcode-s...
  6. Convert document direct async | Documentation

    This example demonstrates how to convert word processing document into pdf document asyncronously without using cloud storage. There are steps that usage of GroupDocs.Conversion Cloud consists of: Start convert operation and get operation ID Get operation status Get operation result (converted document) Resource URI HTTP PUT ~/conversion/async Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Place your Client Id and Client Secret in environment variables CLIENT_ID and CLIENT_SECRET....\ -H "Authorization: Bearer $JWT_TOKEN " \ --data-binary "@path/to/file"..."Authorization: Bearer $env:JWT_TOKEN" ` - -data-binary "@path/to/file"...

    docs.groupdocs.cloud/conversion/convert-documen...
  7. Mix Document Pages | Documentation

    This REST API allows mixing specific pages from several source documents into a single resultant document. You can specify the exact order and selection of pages from each document, enabling advanced document composition scenarios. To mix pages, provide: A list of source documents (Files collection). A list of page selections (FilesPages collection), where each item specifies which pages to take from which document and in what order. The output path for the resultant document....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "Files": [ {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'Files': [ { 'FilePath':...

    docs.groupdocs.cloud/merger/mix-document-pages/
  8. Render print areas | Documentation

    Spreadsheet document allows to set a print area if you want to print a specific section on a worksheet. There can be the case when you want to render only the print area of the worksheet using GroupDocs.Viewer Cloud. GroupDocs.Viewer Cloud provides an option to render sections of the worksheet(s) defined as the “print area”. It renders each print area in a worksheet as a separate page. The following code samples show how to render only the print areas from worksheets....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/render-print-areas/
  9. JSONをHTMLに変換する | JSONをウェブフォーマットにオンラインで

    JSONをHTMLに簡単に変換するには、Node.js用のGroupDocs.Conversion Cloud SDKを使用してください。RESTful APIを使用して、構造化されたJSONファイルからクリーンなHTMLを生成する方法を学びましょう。... クライアント資格情報に基づいてJWTアクセストークンを生成し、次のコマンドを実行します: curl...ファイルの名前で myResultant を置き換え、個別の JWT アクセストークンで accessToken を置き換えてください。...

    blog.groupdocs.cloud/ja/conversion/convert-json...
  10. Word to HTML | DOC to HTML Online | DOCX to HTM...

    Word 文書を HTML に変換するには、GroupDocs.Conversion Cloud SDK for Node.js を使用します。Node.js を使用して、DOC、DOCX ファイルをウェブに適した HTML に変換する方法を学びます。...まず、クライアント資格情報を使用して JWT トークンを生成します。次に、次のコマンドを実行します: curl...ファイルの名前に、 accessToken を個人用の JWT アクセストークンに置き換えてください。 出力HTMLをローカルにダウンロードするには:...

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