Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 1,868 for

jwt

(1.39 sec)
  1. Trích xuất văn bản từ XML trong C# | Lấy văn bả...

    Học cách trích xuất văn bản từ các tệp XML trong C# bằng cách sử dụng .NET Cloud SDK. Lấy văn bản từ các tài liệu XML một cách lập trình hoặc tải xuống văn bản XML trực tuyến....lệnh cURL: Bước 1: - Lấy Token JWT: Bước đầu tiên là lấy một mã...mã thông báo truy cập JWT dựa trên thông tin xác thực của khách...

    blog.groupdocs.cloud/vi/parser/extract-text-fro...
  2. C#: MPP sang PDF | Chuyển đổi MPP sang PDF | MS...

    Cách chuyển đổi tệp MS Project (MPP) sang định dạng PDF bằng C# .NET. Chuyển đổi MPP sang PDF dễ dàng và đơn giản trong C#. Triển khai chuyển đổi MS Project sang PDF....là tạo mã thông báo truy cập JWT và sau đó thực hiện lệnh cURL...accessToken bằng mã thông báo truy cập JWT được cá nhân hóa. Trong trường...

    blog.groupdocs.cloud/vi/conversion/convert-mpp-...
  3. Resumir documentos en C# | API REST de Resumen ...

    Cómo resumir el contenido de documentos usando la API REST de .NET. Crea resúmenes concisos de PDFs, archivos Word y documentos de texto usando la resumición impulsada por IA....es generar un token de acceso JWT basado en credenciales de cliente...

    blog.groupdocs.cloud/es/rewriter/summarize-docu...
  4. Présentation de GroupDocs.Conversion Cloud V2

    L'API REST GroupDocs.Conversion Cloud prend en charge la conversion de plus de 65 formats de documents. Il fournit une sortie de haute qualité rapidement et de manière fiable...en charge l’authentification JWT (jeton Web JSON). ### Retrieve...

    blog.groupdocs.cloud/fr/conversion/introducing-...
  5. Reorder pages | Documentation

    GroupDocs.Viewer Cloud allows you to reorder the document pages. The order of the pages in the source document is never changed, instead, the API applies reordering to the resultant PDF document. The following code snippet shows how to reorder pages. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered 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 '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/reorder-pages/
  6. Limit count of items to render | Documentation

    GroupDocs.Viewer Cloud allows rendering the items in Outlook Data Files (OST/PST). OutlookOptions is used to set rendering options for OST and PST formats. The following code samples show how to render the items in an Outlook Data File by setting a maximum limit. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered 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 '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/limit-count-of-item...
  7. Adjust text overflow in cells | Documentation

    When Spreadsheet is rendered overflowed text inside the cell overlays subsequent cells until it meets non-empty cell. GroupDocs.Viewer Cloud provides a setting to configure the mode which will be used for rendering overflowed text: To set the overflowed text to be hidden, set SpreadsheetOptions.TextOverflowMode to HideText as shown in the example below. To set the overflowed text to overlay subsequent cells until it meets non empty cell, set SpreadsheetOptions.TextOverflowMode to OverlayIfNextIsEmpty....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d '{ "FileInfo": {...

    docs.groupdocs.cloud/viewer/adjust-text-overflo...
  8. Adjust page size | Documentation

    GroupDocs.Viewer Cloud allows setting output page size for rendering Email messages into HTML, PDF, and images. To enable this feature, the PageSize property of the EmailOptions class is used. The following are the pages sizes that are supported and provided in PageSize enumeration: Unspecified - The default, unspecified page size Letter - The size of the Letter page in points is 792 × 612 Ledger - The size of the Ledger page in points is 1224 × 792 A0 - The size of the A0 page in points is 3371 × 2384 A1 - The size of the A1 page in points is 2384 × 1685 A2 - The size of the A2 page in points is 1684 × 1190 A3 - The size of the A3 page in points is 1190 × 842 A4 - The size of the A4 page in points is 842 × 595 This example demonstrates how to adjust output page size....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/adjust-page-size/
  9. PDF Viewer - Optimization options | Documentation

    GroupDocs.Viewer Cloud allows you to optimize the output PDF file for a web browser or to reduce the file size by optimizing resources. Optimization for a web allows a browser to display the first pages of a PDF file when you open the document, instead of waiting for the entire file to download. Resource optimization allows you to reduce the size of the output PDF file. While optimizing, GroupDocs.Viewer may reduce the image size or quality, remove notes or form fields, remove objects, fonts, or personal information from a document, and so on....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/pdf-viewer-optimiza...
  10. How to compare two PDF files | Documentation

    Comparing different file types is very simple, just upload compared files into the storage and call comparisons method. Here is an example how to compare PDF files. 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/how-to-compare-...