Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 1,870 for

jwt

(0.28 sec)
  1. Конвертировать HTML в Excel | из Интернета в Ex...

    Как легко конвертировать HTML-таблицы в электронные таблицы Excel с помощью C# .NET....того как мы сгенерировали токен JWT на основе персонализированных...персонализированным токеном доступа JWT. Если вы хотите сохранить полученный...

    blog.groupdocs.cloud/ru/conversion/convert-html...
  2. JSON in HTML umwandeln in Node.js | JSON in Web...

    JSON einfach in HTML umwandeln mit dem GroupDocs.Conversion Cloud SDK für Node.js. Erfahren Sie, wie Sie sauberes HTML aus strukturierten JSON Dateien mit der RESTful API generieren.... Generieren Sie ein JWT-Access-Token basierend auf C...accessToken durch ein personalisiertes JWT-Zugriffstoken. Sie können in...

    blog.groupdocs.cloud/de/conversion/convert-json...
  3. Annotate Documents

    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/th/tag/annotate-documents/
  4. C# HTML을 PDF로 변환 | .NET REST API를 사용한 웹 페이지를 PDF로

    C# .NET에서 HTML을 PDF로 변환하는 방법. REST API를 사용하여 HTML 및 웹 페이지를 고품질 PDF 문서로 프로그래밍 방식으로 변환하는 단계별 가이드...명령을 실행하기 전에 클라이언트 자격 증명을 기반으로 JWT 액세스 토큰을 생성하십시오. 토큰이 생성되면, 다음...\"{converted}\"}" {ACCESSTOKEN} 를 생성한 JWT 토큰으로 교체하고 index.html을 HTML 파일의...

    blog.groupdocs.cloud/ko/conversion/convert-html...
  5. \"XML에서 텍스트 추출하기 C# | REST API를 사용하여 XML 텍스트 가져...

    \"XML 파일에서 텍스트를 추출하는 방법을 C# 및 .NET Cloud SDK를 사용하여 배우십시오. XML 문서에서 프로그래밍 방식으로 텍스트를 가져오거나 온라인에서 XML 텍스트를 다운로드하세요.\"...있습니다: 1단계: - JWT 토큰 얻기: 첫 번째 단계는 클라이언트 자격 증명을 기반으로 JWT 액세스 토큰을 얻는...

    blog.groupdocs.cloud/ko/parser/extract-text-fro...
  6. 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-...
  7. 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...
  8. 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...
  9. 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/
  10. 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...