Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 1,890 for

jwt

(0.6 sec)
  1. HTML Viewer - Optimize for printing | Documenta...

    If you need to optimize HTML output for printing you should set ForPrinting option HtmlViewOptions. This option implemented for: Presentation documents: PPT,PPS,PPTX,PPSX,ODP,FODP,OTP,POT,POTX,POTM,PPTM,PPSM Diagram documents: VSD,VSDX,VSS,VST,VSX,VTX,VDW,VDX,VSSX,VSTX,VSDM,VSSM,VSTM Meta file formats: WMF, WMZ, EMF, EMZ If ForPrinting option is enabled output HTML pages will be converted to vector SVG format for better quality for print and page layout. 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/html-viewer-optimiz...
  2. Adjust output image size | Documentation

    When CAD drawings are rendered, the size of the render result is adjusted by API automatically, the biggest side (width or height depending on which one is bigger) is set 2000 px, another side is set value based on width-to-length ratio. You may adjust the size of resulting document by setting CadOptions as show in example. 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/adjust-output-image...
  3. PDF を HTML に変換 | C# .NET での PDF から Web への変換

    C# .NET でのシームレスな PDF から HTML への変換。.NET REST API を使用して PDF から HTML に変換する簡単でシンプルなプロセス。...キーとアプリ SID) を取得し、JWT アクセス トークンを生成することです。JWT トークンを取得したら、次の cURL...形式の名前に、 accessToken を上記で生成した JWT トークンに置き換えてください。変換が成功すると、結果のファイルはクラウド...

    blog.groupdocs.cloud/ja/conversion/convert-pdf-...
  4. GroupDocs.Conversion Cloud V2 Tanıtımı

    GroupDocs.Conversion Cloud REST API, 65'ten fazla belge biçiminin dönüştürülmesini destekler. Hızlı ve güvenilir bir şekilde yüksek kaliteli çıktı sağlar...Conversion Cloud REST API, JWT(JSON Web Token) kimlik doğrulamasını...

    blog.groupdocs.cloud/tr/conversion/introducing-...
  5. 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-...
  6. 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-...
  7. Skip rendering of empty columns | Documentation

    Sometimes Excel document contains information at the beginning of the worksheet and after that, it contains some count of empty (blank) columns. In case, if the number of empty columns is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty columns GroupDocs.Viewer Cloud provides RenderEmptyColumns property, which allows omitting to render empty columns as shown in the sample below. API Usage There are steps that usage of GroupDocs....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d '{ "FileInfo": {...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  8. Remove Pages | Documentation

    This REST API provides an ability to remove a single page or a collection of specific page numbers from the source document. There are several ways to specify page numbers to be removed from a 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. For protected documents, it is also required to provide a password....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/merger/remove-pages/
  9. Adjust image quality | Documentation

    GroupDocs.Viewer Cloud enables you to adjust quality of output images contained by the source PDF document. To adjust image quality use PdfOptions.ImageQuality option. PdfOptions.ImageQuality can be set to: Low - The acceptable quality, best performance and least size of the output image. Medium - Better quality and slower performance. High - Best quality but slow performance. NOTE: this option is supported when rendering to HTML only. Following code snippet shows how to adjust image quality when rendering to HTML....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/viewer/adjust-image-quality/
  10. Generate Document Pages Preview | Documentation

    This REST API provides an ability to generate document pages of image representations. There are several ways to specify page numbers needed for preview: 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. For protected documents, it is also required to provide a password. The following properties of preview may be customized:...\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/merger/generate-document-p...