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

png

(0.24 sec)
  1. Convert a Document to an Image|Aspose.Words for...

    Convert a document to image format (JPG, Png, etc). Create a document preview or create a document scan to send an invoice using Python....image format, for example, JPEG, PNG, or BMP. The following code example...ImageSaveOptions ( SaveFormat . Png ) options . horizontal_resolution...

    docs.aspose.com/words/python-net/convert-a-docu...
  2. Rows moved to the next page when converting DOC...

    Hi, When converting a DOCX to PDF using Aspose.Words. I noticed the last row of a page was moved to the beginning of the next page, causing messed up layout and extra pages. Code: var document = new Document(@".\test…...png (28.7 KB) Thanks, sergey.lobanov...1. test2.zip (1.3 MB) image2.png (271.1 KB) Thanks, alexey.noskov...

    forum.aspose.com/t/rows-moved-to-the-next-page-...
  3. 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...
  4. 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/
  5. How to Add Hyperlink to an Image in PowerPoint ...

    This simple focuses on how to add hyperlink to an image in PowerPoint using Python. It covers the detailed configuration steps to set up the environment and accomplish the task to add hyperlink to an image in PPT in Python by executing the simple code....slides collection Read the source PNG file as a byte array from the...presentation as PPTX having a PNG image with a hyperlink inside...

    kb.aspose.com/slides/python/how-to-add-hyperlin...
  6. Large Image Support|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.... The JPG and PNG file formats do not support the...Imaging will support large JPG and PNG images in the near future but...

    docs.aspose.com/imaging/net/large-image-support/
  7. 在 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...
  8. 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...
  9. 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/
  10. 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/