Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 22,252 for

savefileformat

(0.18 sec)
  1. Convert Visio to other formats|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....pdf" , SaveFileFormat . PDF ) This article explains...save ( "Visio_out.vdx" , SaveFileFormat . VDX ) #// Save diagram...

    docs.aspose.com/diagram/python-net/convert-visi...
  2. 将 Visio 转换为图像格式|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to various images formats. Convert Visio,VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PNG, JPEG, BMP images with a few lines of code....png" , SaveFileFormat . PNG ); 也可以将特定页面保存为图像,而不是整个文档:...new ImageSaveOptions ( SaveFileFormat . PNG ); // Save one page...

    docs.aspose.com/diagram/zh/net/convert-visio-to...
  3. 使用评论|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 . VSDX ); 在 Visio Diagram..."EditPageLevelComment_Out.vsdx" , SaveFileFormat . VSDX ); 在 Visio 绘图中添加形状级注释...

    docs.aspose.com/diagram/zh/java/working-with-co...
  4. Making a Standard Calendar in PHP | Aspose.Task...

    Learn how to create Microsoft Project MPP/XML standard calendars using Aspose.Tasks Java for PHP....$cal1 ); 8 9 $saveFileFormat = new SaveFileFormat(); 10 11 $project..."CreateStandardCalend.xml" , $saveFileFormat -> XML ); 12 13 print "Created...

    docs.aspose.com/tasks/java/making-a-standard-ca...
  5. 在页面中绘制形状|Documentation

    本节介绍如何使用 Aspose.Diagram 在 visio 页面中绘制形状。...vsdx" , SaveFileFormat . VSDX ); 在页面中绘制贝塞尔曲线 Aspose..."DrawBezierInPage_out.vsdx" , SaveFileFormat . VSDX ); 在页面中绘制样条线 Aspose...

    docs.aspose.com/diagram/zh/net/draw-shapes-in-p...
  6. Update,Remove Fields|Documentation

    This section explains how to update or remve fields....vsdx" , SaveFileFormat . VSDX ); Remove Field..."RemoveField_out.vsdx" , SaveFileFormat . VSDX ); Create, Insert...

    docs.aspose.com/diagram/net/update-remove-fields/
  7. 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...
  8. 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/
  9. 将 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...
  10. Convert Visio to Images formats|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to various images formats. Convert Visio,VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PNG, JPEG, BMP images with a few lines of code....png" , SaveFileFormat . PNG ); It is also possible...new ImageSaveOptions ( SaveFileFormat . PNG ); // Save one page...

    docs.aspose.com/diagram/java/convert-visio-to-i...