Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 1,909 for

jwt

(0.94 sec)
  1. Join Document Pages | Documentation

    This REST API allows merging the source document with specific document pages from joined documents into one resultant document by specifying desired page numbers or page ranges. There are several ways to specify page numbers needed from each document: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "JoinItems":..."Authorization: Bearer $env:JWT_TOKEN" ` -d '{ "JoinItems": [...

    docs.groupdocs.cloud/merger/join-document-pages/
  2. Render project time interval | Documentation

    There is the possibility that you are required to render a part of the MS Project within the specified time interval. In that case, GroupDocs.Viewer Cloud allows rendering part of MS Project document according to specified StartDate and EndDate properties of ProjectManagementOptions class as shown in code samples below. When only one of these properties is set, rendering starts from the project’s start date or ends on the project’s end date correspondingly....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/render-project-time...
  3. Set document metadata | Documentation

    GroupDocs.Comparison Cloud provides an ability to select metadata source when saving resultant file. Files have metadata information – author, organization, etc. Possible metadata sources are: Source file metadata; Target file metadata; User-defined metadata. The following code demonstrates how to set resultant file metadata. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "SourceFile":..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'SourceFile':...

    docs.groupdocs.cloud/comparison/set-document-me...
  4. C#: MPP を Excel に変換 | MS Project を XLS/XLSX にエク...

    Microsoft Project (MPP) ファイルをオンラインで Excel (XLS/XLSX) に変換する方法を学びましょう。 MS Project データを簡単に分析できるように Excel にエクスポートするためのステップバイステップガイドです。...したがって、最初のステップはJWTアクセストークンを生成し、次に次のcURLコマンドを実行し...ワークブックの名前であり、 ACCESSTOKEN は個人用の JWT アクセストークンです。 ローカルドライブに結果ファイルを...

    blog.groupdocs.cloud/ja/conversion/convert-mpp-...
  5. Представляем GroupDocs.Conversion Cloud V2

    GroupDocs.Conversion Cloud REST API поддерживает преобразование более 65 форматов документов. Быстро и надежно обеспечивает высокое качество продукции....поддерживает аутентификацию JWT (JSON Web Token). ### Retrieve...

    blog.groupdocs.cloud/ru/conversion/introducing-...
  6. No ChatGPT | Metin ve Belgeleri Yeniden Yaz ve ...

    OpenAI veya ChatGPT'yi unutun. .NET REST API ile belgeleri çevrimiçi olarak kolayca yeniden yazın, tekrar ifade edin ve yeniden formüle edin. Gemini, Microsoft Copilot ve Claude'dan daha iyi.... Adım 1: JWT Erişim Belirtecini Oluşturun...

    blog.groupdocs.cloud/tr/rewriter/paraphrase-doc...
  7. No ChatGPT | Rephrase Rewrite Paraphrase Text a...

    Lupakan OpenAI atau ChatGPT. Mudah menulis ulang, memparafrase, dan merumuskan dokumen secara online dengan .NET REST API. Lebih baik dari Gemini, Microsoft Copilot, dan Claude...Langkah 1: Hasilkan Token Akses JWT # curl -v "https://api.groupdocs...

    blog.groupdocs.cloud/id/rewriter/paraphrase-doc...
  8. لا تشات جي بي تي | إعادة صياغة نصوص ومستندات

    انسَ OpenAI أو ChatGPT. أعد كتابة المستندات أو إعادة صياغتها أو تلخيصها عبر الإنترنت بسهولة باستخدام .NET REST API. أفضل من Gemini و Microsoft Copilot و Claude... الخطوة 1: إنشاء رمز وصول JWT # curl -v "https://api.groupdocs...

    blog.groupdocs.cloud/ar/rewriter/paraphrase-doc...
  9. Document Conversion REST API

    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....Conversion Cloud REST API 支持 JWT(JSON Web Token) 身份验证。...

    blog.groupdocs.cloud/zh/tag/document-conversion...
  10. Image Annotation | Documentation

    Image annotation allows to add image within document page 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 (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # Get JSON Web Token # Place your client ID and client secret in the environment variables CLIENT_ID and CLIENT_SECRET....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d ' { "FileInfo":..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/annotation/image-annotation/