Sort Score
Result 10 results
Languages All
Labels All
Results 1,351 - 1,360 of 1,842 for

jwt

(0.05 sec)
  1. 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/
  2. 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...
  3. 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...
  4. 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/
  5. 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...
  6. 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...
  7. 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/
  8. 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-...
  9. Java: Chuyển đổi MPP sang PDF | Trình chuyển đổ...

    Học cách chuyển đổi MPP sang PDF bằng cách sử dụng API REST Java. Đơn giản hóa việc chia sẻ dự án, nâng cao khả năng truy cập và đảm bảo tính tương thích với định dạng PDF phổ quát....tạo một mã thông báo truy cập JWT và sau đó, thực hiện lệnh cURL...accessToken bằng một mã thông báo JWT truy cập được cá nhân hóa. Trong...

    blog.groupdocs.cloud/vi/conversion/convert-mpp-...
  10. C# .NET에서 JPG를 Word 문서(DOCX)로 변환 | JPG를 DOC로

    C# .NET을 사용하여 JPG 이미지를 편집 가능한 Word 문서(DOCX)로 변환합니다. C# .NET에서 그림-문서 변환기를 개발하여 사진을 DOC로 변환하는 방법.... 이 접근 방식을 사용하려면 먼저 JWT 액세스 토큰을 생성한 다음 다음 cURL 명령을 실행하여...문서의 이름으로, accessToken 을 개인화된 JWT 액세스 토큰으로 바꿔주세요. 결과 Word 문서를 로컬...

    blog.groupdocs.cloud/ko/conversion/convert-jpg-...