Sort Score
Result 10 results
Languages All
Labels All
Results 4,901 - 4,910 of 11,991 for

java examples

(0.07 sec)
  1. 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.... cURL example Request # First get JSON Web..."Accept: application/json" # cURL example to get document information...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  2. 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.... cURL example Request # First get JSON Web..."Accept: application/json" # cURL example to get document information...

    docs.groupdocs.cloud/viewer/reorder-pages/
  3. 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.... cURL example Request # First get JSON Web..."Accept: application/json" # cURL example to get document information...

    docs.groupdocs.cloud/viewer/adjust-image-quality/
  4. Verify digital signatures | Documentation

    GroupDocs.Signature Cloud provides a method to verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Verify signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser.... cURL example Request // First get JSON Web...application/json" // cURL example to get document information...

    docs.groupdocs.cloud/signature/verify-digital-s...
  5. Search for QR-code signatures | Documentation

    When you search for electronic signatures of QR-Code type inside document with GroupDocs.Signature Cloud it’s only needed to pass search options to Search method. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Search signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser.... cURL example Request // First get JSON Web...application/json" // cURL example to get document information...

    docs.groupdocs.cloud/signature/search-for-qr-co...
  6. Search for digital signatures | Documentation

    GroupDocs.Signature Cloud offers an ability to find Digital signatures that are applied to document and returns its digital signature certificate. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Search signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard.... cURL example Request // First get JSON Web...application/json" // cURL example to get document information...

    docs.groupdocs.cloud/signature/search-for-digit...
  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.... cURL example Request # First get JSON Web..."Accept: application/json" # cURL example to get document information...

    docs.groupdocs.cloud/viewer/pdf-viewer-optimiza...
  8. Verify QR-code signatures | Documentation

    GroupDocs.Signature Cloud provides a method to verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Verify signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser.... cURL example Request // First get JSON Web...application/json" // cURL example to get document information...

    docs.groupdocs.cloud/signature/verify-qr-code-s...
  9. Render hidden columns and rows | Documentation

    Sometimes Excel document may contain hidden columns and rows (as shown in the image below). GroupDocs.Viewer doesn’t render hidden columns and rows by default. However, there may be the case when you want to control the inclusion of hidden content in the rendering results. GroupDocs.Viewer Cloud provides RenderHiddenRows and RenderHiddenColumns options in SpreadsheetOptions class which enables rendering hidden rows and columns as shown in the following code samples. API Usage There are steps that usage of GroupDocs.... cURL example Request # First get JSON Web..."Accept: application/json" # cURL example to get document information...

    docs.groupdocs.cloud/viewer/render-hidden-colum...
  10. Render print areas | Documentation

    Spreadsheet document allows to set a print area if you want to print a specific section on a worksheet. There can be the case when you want to render only the print area of the worksheet using GroupDocs.Viewer Cloud. GroupDocs.Viewer Cloud provides an option to render sections of the worksheet(s) defined as the “print area”. It renders each print area in a worksheet as a separate page. The following code samples show how to render only the print areas from worksheets.... cURL example Request # First get JSON Web..."Accept: application/json" # cURL example to get document information...

    docs.groupdocs.cloud/viewer/render-print-areas/