Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 22,252 for

savefileformat

(0.1 sec)
  1. Convert Visio to PDF in Python | Python Visio |...

    Programmatically, convert Visio to PDF in Python. Export Visio diagrams to PDF using Aspose.Diagram for Python....It provides save(string, SaveFileFormat) method to save the diagram...a specified format. The SaveFileFormat enumeration provides saving...

    blog.aspose.com/diagram/convert-Visio-to-pdf-in...
  2. Working with User-defined Cells|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....vsdx" , SaveFileFormat . VSDX ); Retrieve User-defined..."CreateUserDefinedCel_Out.vsdx" , SaveFileFormat . VSDX ); Working with...

    docs.aspose.com/diagram/java/working-with-user-...
  3. Convert Visio to HTML format|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to html formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to html with a few lines of code....html" , SaveFileFormat . HTML ) 将 Visio 转换为图像格式...

    docs.aspose.com/diagram/zh/python-net/convert-v...
  4. Convert Visio to PDF format|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to PDF formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PDF with a few lines of code....pdf" , SaveFileFormat . PDF ) Convert Visio to...

    docs.aspose.com/diagram/python-net/convert-visi...
  5. Get Paper Width and Height of Page|Documentation

    This section explains how to get paper size of the visio page with Aspose.Diagram....vsdx" , SaveFileFormat . VSDX ); Setting Margins...

    docs.aspose.com/diagram/java/get-paper-width-an...
  6. Saving Project Data to SVG Format | Aspose.Task...

    This article explains how to export Project data to SVG format using Aspose.Tasks for Java....to SVG format using the SaveFileFormat enumeration type. To save...the project to SVG using SaveFileFormat.SVG. The following lines...

    docs.aspose.com/tasks/java/saving-project-data-...
  7. Working with Shapes Gluing|Documentation

    This section explains how to get shapes which glued to a particular shape with Aspose.Diagram....vsdx" , SaveFileFormat . VSDX ); Glue Shapes Inside..."GlueContainerShape_out.vsdx" , SaveFileFormat . VSDX ); Rotate, Change...

    docs.aspose.com/diagram/net/working-with-shapes...
  8. 更改图层属性|Documentation

    本节介绍如何使用 Aspose.Diagram 更改图层的属性。...vsdx" , SaveFileFormat . VSDX );...

    docs.aspose.com/diagram/zh/net/change-propertie...
  9. Draw Triangle|Documentation

    This section explains how to draw triangle in a visio page with Aspose.Diagram. Support using C# to draw triangle and save as pdf, svg, html, image, xps and other formats....vsdx" , SaveFileFormat . VSDX ); Draw Triangle...new ImageSaveOptions ( SaveFileFormat . PNG ); imageSaveOptions...

    docs.aspose.com/diagram/net/drawing/draw-triangle/
  10. Draw Diamond|Documentation

    This section explains how to draw diamond in a visio page with Aspose.Diagram. Support using C# to draw diamond and save as pdf, svg, html, image, xps and other formats....vsdx" , SaveFileFormat . VSDX ); Draw Diamond...new ImageSaveOptions ( SaveFileFormat . PNG ); imageSaveOptions...

    docs.aspose.com/diagram/net/drawing/draw-diamond/