Sort Score
Result 10 results
Languages All
Labels All
Results 2,451 - 2,460 of 208,959 for

jpg

(0.23 sec)
  1. Convert ODP to JPEG using Java | products.aspos...

    Sample Java conversion code for ODP format to JPEG file. Use this example code to export PowerPoint & OpenOffice presentations to JPEG within any Web or Desktop Java based Application....Conversion ODP to JPEG DOCX JPG PDF XML ODP JPEG Convert ODP...our free app to convert PPT to JPG Other Supported Conversions You...

    products.aspose.com/slides/java/conversion/odp-...
  2. Aspose.PSD for Java 24.7 - 发布说明|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....错误 PSDJAVA-640 无法将 AI 文件转换为 JPG 文件 错误 公共 API 更改 新增的 API: 无 移除的...= "src/main/resources/output.jpg" ; PsdLoadOptions psdLoadOptions...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  3. Aspose.PSD for .NET 24.7发布说明|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....溢出” 错误 PSDNET-2100 AI文件无法转换为JPG文件 错误 公共API更改 新增API: 无 删除API:...Combine ( outputFolder , "output.jpg" ); using ( var psdImage = (...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  4. Aspose.PSD for .NET 25.12 - Release Notes|Docum...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....export of a specific Image to PNG/JPG Format Bug PSDNET-2469 In the...export of a specific Image to PNG/JPG Format string srcFile = Path...

    docs.aspose.com/psd/net/aspose-psd-for-net-25-1...
  5. Use Checksum and Supplement Data for Barcodes i...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....disk in JPG format $bb -> save ( $dataDir . "barcode.jpg" ); \...

    docs.aspose.com/barcode/java/use-checksum-and-s...
  6. 将 HTML 转换为 PNG – Aspose.HTML for .NET

    使用 Aspose.HTML for .NET 将 HTML 转换为 PNG。在 C# 示例中考虑各种 HTML 到 PNG 的转换情况。试用在线 HTML 转换器。...{{/if_output}} {{#if_output 'BMP' 'JPG' 'GIF' 'PNG' 'TIFF'}} var options...{{/if_output}} {{#if_output 'BMP' 'JPG' 'GIF' 'PNG' 'TIFF' 'PDF' 'MHTML'...

    docs.aspose.com/html/zh/net/convert-html-to-png/
  7. How to Convert DWF to PDF in Java

    This topic describes how to convert DWF to PDF in Java. You will get all the necessary details including the configuration details and programming steps to convert DWF file to PDF in Java....to JPG, refer to the article on how to convert DWG to JPG using...

    kb.aspose.com/cad/java/how-to-convert-dwf-to-pd...
  8. How to get Images from a PDF in Java

    This quick tutorial guides on how to get images from a PDF in Java. It shares all details required to configure the environment, a step-by-step process to accomplish the task and a runnable sample code that get PDF images in Java....in Java and then save it as a JPG image. Details will also be provided...image Save the target image as a JPG file These steps provide a step-by-step...

    kb.aspose.com/pdf/java/how-to-get-images-from-a...
  9. Put Signature on Photo using Python

    Follow this article to put signature on photo using Python. It has details to set the IDE, a list of steps, and a sample code showing how to put a signature on photos using Python....Steps to Insert Signature in JPG using Python Establish the environment...the article on Convert DNG to JPG using Python . Updated on 31...

    kb.aspose.com/imaging/python/put-signature-on-p...
  10. Aspose.pdf转图片卡住 - Free Support Forum - aspose.com

    using (Document pdf = new Document(sourcePath)) { Parallel.For(data.start_page, data.end_page + 1, x => { var width = (pdf.Pages[x].GetPageRect(true).Width * percentage).ToInt(); var height = (pdf.Pages[x].GetPageRe…...ToInt(); JpegDevice jpg = new JpegDevice(width, height...resolution), data.quality); jpg.Process(pdf.Pages[x], $“{imgSavePath}{x}...

    forum.aspose.com/t/aspose-pdf/312746