Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 15,043 for

png

(0.05 sec)
  1. How to Convert HTML to Image in Java

    This short tutorial is planned to describe how to convert HTML to image in Java by providing how-to steps and sample code. By using Java HTML to image converter can be written with the help of a few lines of code....then saving it as an image say PNG in this tutorial. You can set...object and set image type as PNG Set the resolution of the output...

    kb.aspose.com/html/java/how-to-convert-html-to-...
  2. Ինչպես ստեղծել QR կոդ Python-ի միջոցով

    Այս պարզ թեման տալիս է մանրամասներ, թե ինչպես ստեղծել QR կոդ Python-ի միջոցով: QR կոդ ստեղծելու համար Python կոդը կարող է օգտագործվել հավելված մշակելու համար՝ օգտագործելով պարզ API զանգեր, որոնք կարող են օգտագործվել Windows, macOS կամ Linux վրա հիմնված միջավայրերում, որոնք կազմաձևված են Python3-ով և JDK-ով:...QR Code պատկերի տեսակը որպես PNG և դրա ուղին Python-ում Save մեթոդի...գեներատորը կպահի կոդը սկավառակի վրա PNG ձևաչափով: Կոդ՝ Python-ի միջոցով...

    kb.aspose.com/hy/barcode/python/how-to-create-q...
  3. SVG Converter – Convert SVG in C#

    In this article, you learn how to convert SVG to other formats using Aspose.HTML API and consider a C# example of SVG to Png conversion....process of converting SVG to PNG with ImageSaveOptions specifying:...(OutputDir, "flower-options.png" ); 6 7 // Initialize an SVG...

    docs.aspose.com/html/net/svg-converter/
  4. Save Generated Barcodes in Java|Documentation

    How to Save Generated Barcodes in Aspose.BarCode for Python via .NET... as well as various raster (PNG, JPEG, BMP, GIF, and TIFF) and...raster image formats, namely, PNG, GIF, BMP, JPEG, and TIFF. The...

    docs.aspose.com/barcode/python-net/save-barcode...
  5. Image|Aspose.Slides Documentation

    Work with images in Slides in PowerPoint Presentation using Java. Add images from disk or from web in PowerPoint Slides using Java. Add images to Slide Masters or as Slide Background using Java. Add SVG to PowerPoint Presentation using Java. Convert SVG to Shapes in PowerPoint using Java. Add images as EMF in Slides using Java....converters— JPEG to PowerPoint and PNG to PowerPoint —that allow people...convert JPG to PNG , convert PNG to JPG ; convert PNG to SVG , convert...

    docs.aspose.com/slides/java/image/
  6. Generate Aztec Code Barcodes|Documentation

    Use Aspose.BarCode for PHP to generate Aztec Code barcodes...png" , "PNG" ); $generator = new BarcodeGenerator...$generator -> save ( "test.png" , "PNG" ); $generator = new BarcodeGenerator...

    docs.aspose.com/barcode/phpjava/generate-aztec-...
  7. Aspose.Slides中的多线程|Aspose.Slides for Python 文档

    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....假设我们想要将PowerPoint演示文稿中的所有幻灯片并行转换为PNG图像。由于在多个线程中使用单个 Presentation ...output_file_path_template = "slide_{0}.png" image_scale = 2 presentation...

    docs.aspose.com/slides/zh/python-net/multithrea...
  8. Modern API|Aspose.Slides Documentation

    Modern API...png" ); // create a PowerPoint image...GetThumbnail () -> Save ( u "slide1.png" ); Modern API: System :: SharedPtr...

    docs.aspose.com/slides/cpp/modern-api/
  9. Convert Presentation|Aspose.Slides 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....Convert PowerPoint in Java | HTML, PNG, PDF, Word, TIFF Export to XAML...

    docs.aspose.com/slides/androidjava/convert-pres...
  10. 如何使用 C++ 将 Word 文档转换为图像

    本主题展示了如何以非常简单的方式使用 C++ 将 Word 文档转换为图像。您可以将 Word 文档的特定页面或所有页面转换为任何商业图像格式,包括 C++ 中的 Tiff、Png、JPEG 和 BMP。...文档的特定页面或所有页面转换为任何图像格式,包括 C++ 中的 Tiff、PNG、JPEG 和 BMP。 使用 C++ 将 Word 文档转换为图像的步骤...的实例以加载源 Word 文件 将 SaveFormat 设置为 PNG 设置页面范围以保存为图像并设置回调 使用 Save 方法将...

    kb.aspose.com/zh/words/cpp/how-to-convert-word-...