Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,383 of 1,383 for

jpeg to jpeg

(0.06 sec)
  1. 使用 REST API 在 Java 中将 Word 文档转换为 PDF

    使用我们的高性能文件转换 API 快速转换文档格式。让我们看看如何使用 REST API 在 Java 中将 Word 文档转换为 PDF。...PowerPoint PPT/PPTX 转换为 JPG/JPEG 图像 在 Python 中将 XML 转换为 CSV,将...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  2. 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-...
  3. 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...