Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,092 of 1,092 for

jpeg to jpeg

(0.06 sec)
  1. Digital Signing of PDF Documents in Node.js wit...

    Hello, first post here. I followed the Node.js SDK example and so far I got this: certificate = Assets.getBinary('keySTore.pfx') imagePath = Assets.getBinary('base_icon_transparent_background.png') axios.get(url, { re…...jpeg"; opts.certificateFilePath =...

    forum.groupdocs.cloud/t/digital-signing-of-pdf-...
  2. Image Viewer - Adjust quality for JPG | Documen...

    When rendering documents and files To JPG with GroupDocs.Viewer Cloud you can adjust quality of the output images by setting Quality property of ImageOptions class. The supported values range of Quality is from 1 To 100. Default value is 90. This example demonstrates how To adjust quality of the output JPG image. 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.... jpeg_quality = 50 request = GroupDocsViewerCloud...view_options . render_options . jpeg_quality = 50 request = groupdocs_viewer_cloud...

    docs.groupdocs.cloud/viewer/image-viewer-adjust...