Sort Score
Result 10 results
Languages All
Labels All
Results 7,371 - 7,380 of 226,693 for

png

(0.31 sec)
  1. 用 Python 将 SVG 转换为 JPG – Aspose.HTML

    使用 Aspose.HTML Python 库将 SVG 转换为 JPG。了解 ImageSaveOptions 并参考将 SVG 转换为 JPG 的 Python 代码示例。...{{#if_output 'BMP' 'JPEG' 'GIF' 'PNG' 'TIFF'}} import aspose.html...{{#if_output 'BMP' 'JPEG' 'GIF' 'PNG' 'TIFF'}} options = sav.ImageSaveOptions(rim...

    docs.aspose.com/html/zh/python-net/convert-svg-...
  2. EQ Field Overstrike with Font Borders Not Rende...

    Description Aspose.Words does not correctly render EQ (Equation) fields of the form { EQ \o(, {text or whitespace with font borders}) }. Rendering issues occur when the EQ field contains whitespace or text that uses a f…...a font border , the rendered PNG (or PDF) shows: the whitespace...equation once in Word, save it as a PNG, and substitute the field with...

    forum.aspose.com/t/eq-field-overstrike-with-fon...
  3. 在 PHP 中将 PowerPoint 演示文稿转换为视频|Aspose.Slides for...

    了解如何使用 Aspose.Slides for PHP 将 PowerPoint 演示文稿转换为视频。探索示例代码和自动化技术,以简化您的工作流程。...png" , $sender -> getFrameIndex ());...save ( $frame , ImageFormat :: Png ); $frames -> add ( $frame );...

    docs.aspose.com/slides/zh/php-java/convert-powe...
  4. ImageColorMode Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.ImageColorMode enum to optimize document page images. Control color modes for enhanced visual quality in your projects.... Png ); imageSaveOptions . ImageColorMode..."ImageSaveOptions.ColorMode.png" , imageSaveOptions ); See Also...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Export Presentation Charts with Python|Aspose.S...

    Learn how to export presentation charts with Aspose.Slides for Python via .NET, supporting PPT, PPTX and ODP formats, and streamline reporting into any workflow....png" , slides . ImageFormat . PNG ) FAQ Can I export...

    docs.aspose.com/slides/python-net/export-chart/
  6. Export Presentation Charts in .NET|Aspose.Slide...

    Learn how to export presentation charts with Aspose.Slides for .NET, supporting PPT and PPTX formats, and streamline reporting into any workflow....png" , ImageFormat . Png ); } } FAQ Can I export...

    docs.aspose.com/slides/net/export-chart/
  7. Set Default Font Name|Aspose.PDF for .NET

    This section describes how to set the default font name during the conversion process from PDF to image....png" , FileMode . Create )) { //...Resolution ( 300 ); // Create the PNG device and set rendering options...

    docs.aspose.com/pdf/net/set-default-font-name/
  8. PdfImageColorSpaceExportMode Enum | Aspose.Word...

    Discover the Aspose.Words PdfImageColorSpaceExportMode enum to optimize image color selection in your PDF documents for stunning visuals.... Writeln ( "Png image:" ); builder . InsertImage..."Transparent background logo.png" ); // Create a "PdfSaveOptions"...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Export Worksheet or Chart into Image with Desir...

    Use Aspose.Cells to export worksheet or chart into image with desired width and height in C++....SetImageType ( Drawing :: ImageType :: Png ); opts . SetDesiredSize ( 400...outputDir + u "outputWorksheetToIma.png" ); std :: cout << "Worksheet...

    docs.aspose.com/cells/cpp/export-worksheet-or-c...
  10. Convert Excel to High‑Resolution Image with C++...

    Generate high‑resolution images from Excel files using Aspose.Cells with C++....SetImageType ( ImageType :: Png ); // Set the image type // Get...render . ToImage ( 0 , u "output.png" ); std :: cout << "Image generated...

    docs.aspose.com/cells/cpp/convert-excel-to-high...