Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 22,286 for

savefileformat

(0.24 sec)
  1. 将 VSD 文件保存为不同的文件格式|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....vdx" , SaveFileFormat . VDX ); //Save as PDF...Save ( "Drawing1.pdf" , SaveFileFormat . PDF ); //Save as JPEG...

    docs.aspose.com/diagram/zh/net/save-vsd-file-to...
  2. Python Microsoft Visio Files Conversion | produ...

    Convert Microsoft Visio formats VSDX VSX VDX VTX VSSX VSTX VSDM VSTM VSSM VDW VSD VST VSS to HTML Images and PDF with few lines of Python code....providing output file and SaveFileFormat as parameters. Python Code...method with output file and SaveFileFormat output parameters. And...

    products.aspose.com/diagram/python-java/convers...
  3. Working with Comments|Documentation

    This page describes how to add or edit comments with Aspose.Diagram library....vsdx" , SaveFileFormat . VSDX ); Edit a Page-Level..."EditComment_out.vsdx" , SaveFileFormat . VSDX ); Add a Shape-Level...

    docs.aspose.com/diagram/net/working-with-comments/
  4. Visio转其他格式|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to SVG,XPS,XML,XAML formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to SVG,XPS,XML,XAML with a few lines of code.... Save ( pdfStream , SaveFileFormat . PDF ); // Create a PDF..."ExportToXML_out.vdx" , SaveFileFormat . VDX ); /* 2. Exporting...

    docs.aspose.com/diagram/zh/net/convert-visio-to...
  5. Drawing|Documentation

    This section explains how to draw shapes in a visio page with Aspose.Diagram....vsdx" , SaveFileFormat . VSDX ); Draw Bezier in..."DrawBezierInPage_out.vsdx" , SaveFileFormat . VSDX ); Draw Spline in...

    docs.aspose.com/diagram/net/drawing/
  6. Draw Shapes in Page|Documentation

    This section explains how to draw shapes in a visio page with Aspose.Diagram....vsdx" , SaveFileFormat . VSDX ); Draw Bezier in..."DrawBezierInPage_out.vsdx" , SaveFileFormat . VSDX ); Draw Spline in...

    docs.aspose.com/diagram/net/draw-shapes-in-page/
  7. Insert Image|Documentation

    This section explains how to insert a image in a visio page with Aspose.Diagram. Support using java to insert image and save as pdf, svg, html, image, xps and other formats....vsdx" , SaveFileFormat . VSDX ); Insert Image..."AddImageToPage_Out.svg" , SaveFileFormat . SVG ); Insert Image in...

    docs.aspose.com/diagram/java/drawing/insert-image/
  8. Create, Update, Layout and Auto-Fit Shapes|Docu...

    Use C# Diagram API to create, update and auto layout shapes in Visio files using C# within your applications. Complete guide with C# code samples.... Save ( dataDir , SaveFileFormat . VSDX ); Layout Shapes..."sample_btm_top_out.vdx" , SaveFileFormat . VDX ); // Set layout...

    docs.aspose.com/diagram/net/create-update-layou...
  9. Archive

    archives...provides the save(string, SaveFileFormat) method that saves the...format. The API provides the SaveFileFormat enumeration for saving...

    blog.aspose.com/tasks/convert-mpp-to-tiff-in-java/
  10. Working with Currency Properties in PHP | Aspos...

    Learn how to manage Microsoft Project (MPP/XML) currency properties using Aspose.Tasks Java for PHP....After ); 14 15 $saveFileFormat = new SaveFileFormat(); 16 17 $project..."currency_properties.xml" , $saveFileFormat -> XML ); 18 19 print "Set...

    docs.aspose.com/tasks/java/currency-properties-...