Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 6,173 for

image viewer

(0.06 sec)
  1. Convert VSTM to PNG via Python | products.aspos...

    Sample Python conversion code for VSTM format to PNG file. Use this example code to convert VSTM to PNG within any Python based application....refers to a type of raster image file format that use loseless...file format supports loseless image compression that makes it popular...

    products.aspose.com/diagram/python-java/convers...
  2. Convert VSSM to PNG via Python | products.aspos...

    Sample Python conversion code for VSSM format to PNG file. Use this example code to convert VSSM to PNG within any Python based application....refers to a type of raster image file format that use loseless...file format supports loseless image compression that makes it popular...

    products.aspose.com/diagram/python-java/convers...
  3. Convert DWFX to SVG via C# | products.aspose.com

    Sample code for DWFX to SVG C# conversion. Use API example code for batch DWFX files to SVG conversion within VB.NET, Asp.NET or any .NET based application.... Load DWFX file with Image.Load method Set an object of...VectorRasterizationO property Call Image.Save method while passing the...

    products.aspose.com/cad/net/conversion/dwfx-to-...
  4. 演示文稿查看器|Aspose.Slides for Node.js via .NET 文档

    JavaScript 中的 PowerPoint 演示文稿查看器...var image = slide . getImage ( scaleX , scaleY ); image . save...slides . ImageFormat . Jpeg ); image . dispose (); presentation ...

    docs.aspose.com/slides/zh/nodejs-java/presentat...
  5. Change Background of VSDX File via .NET | produ...

    C# source code to change background of VSDX documents on .NET Framework, .NET Core, Mono or COM Interop....platform to be used with any Viewer. Open NuGet package manager...as background page Insert an image to the background page Set background...

    products.aspose.com/diagram/net/changebackgroun...
  6. Change Background of VSTM File via .NET | produ...

    C# source code to change background of VSTM documents on .NET Framework, .NET Core, Mono or COM Interop....platform to be used with any Viewer. Open NuGet package manager...as background page Insert an image to the background page Set background...

    products.aspose.com/diagram/net/changebackgroun...
  7. Change Background of VSTX File via .NET | produ...

    C# source code to change background of VSTX documents on .NET Framework, .NET Core, Mono or COM Interop....platform to be used with any Viewer. Open NuGet package manager...as background page Insert an image to the background page Set background...

    products.aspose.com/diagram/net/changebackgroun...
  8. Convert EMF to EPS using Python

    EMF to EPS conversion functionality offered by Aspose.Page API solution for Python is explained and illustrated with the code snippets here....Imaging Product Solution Aspose.BarCode...Slides Product Solution Aspose.Imaging Product Solution Aspose.BarCode...

    docs.aspose.com/page/python-net/convert/emf-to-...
  9. 在 Java 中创建演示文稿查看器|Aspose.Slides 文档

    使用 Aspose.Slides 在 Java 中创建自定义演示文稿查看器。轻松显示 PowerPoint 和 OpenDocument 文件,无需 Microsoft PowerPoint。...IImage image = slide . getImage ( scaleX , scaleY ); image . save...jpg" , ImageFormat . Jpeg ); image . dispose (); presentation ...

    docs.aspose.com/slides/zh/java/presentation-vie...
  10. 在 C++ 中创建演示文稿查看器|Aspose.Slides 文档

    使用 Aspose.Slides 在 C++ 中创建自定义演示文稿查看器。轻松显示 PowerPoint 和 OpenDocument 文件,而无需 Microsoft PowerPoint。...auto image = slide -> GetImage ( scaleX , scaleY ); image -> Save...jpg" , ImageFormat :: Png ); image -> Dispose (); presentation...

    docs.aspose.com/slides/zh/cpp/presentation-viewer/