Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 7,470 for

savefileformat vsd

(1.89 sec)
  1. Convert Visio to PDF via Python | products.aspo...

    Sample Python conversion Visio to PDF file. Use this example code to convert Visio to PDF within any Python based application....with output file path and SaveFileFormat as parameters PDF file...diagram.save( "output.pdf" , SaveFileFormat.PDF); VSDX to PDF Conversion...

    products.aspose.com/diagram/python-java/convers...
  2. 设置 Visio Shape 的 XForm、Line 和 Fill 数据|Documenta...

    本节介绍如何设置形状的样式,包括它的线数据和填充数据 Aspose.Diagram。...class constructor to load the VSD diagram Diagram diagram = new...Diagram ( dataDir + "SetXFormdata.vsd" ); // Find a particular shape...

    docs.aspose.com/diagram/zh/net/set-visio-shape-...
  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....class constructor to load a VSD diagram Diagram diagram = new...dataDir + "ExtractAllImagesFrom.vsd" ); // Enter page index i.e....

    docs.aspose.com/diagram/zh/java/working-with-im...
  4. 设置 Visio Shape 的 XForm、Line 和 Fill 数据|Documenta...

    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....class constructor to load the VSD diagram Diagram diagram = new...Diagram ( dataDir + "SetXFormdata.vsd" ); //Find a particular shape...

    docs.aspose.com/diagram/zh/java/set-visio-shape...
  5. Working with Shapes Gluing|Documentation

    This section explains how to get shapes which glued to a particular shape with Aspose.Diagram....class constructor to load the VSD diagram Diagram diagram = new...dataDir + "RetrieveShapeInfo.vsd" ); // Get shape by an ID Shape...

    docs.aspose.com/diagram/net/working-with-shapes...
  6. 以编程方式保存 Visio 文档|Documentation

    本页介绍如何将 Visio 文档保存到文件,使用 Aspose.Diagram 库进行流式传输。...API 从文件扩展名推断保存格式,还提供一个额外的 SaveFileFormat 参数来指定输出文件格式。 以任何支持的文件格式保存..."SaveVisioDiagram_Out.vsdx" , SaveFileFormat . VSDX ); ByteArrayOutputStrea...

    docs.aspose.com/diagram/zh/java/save-visio-docu...
  7. Convert VSS to VSDX via Python | products.aspos...

    Sample Python conversion code for VSS format to VsdX file. Use this example code to convert VSS to VsdX within any Python based application....with output file path and SaveFileFormat as parameters VSDX file...diagram.save( "output.vsdx" , SaveFileFormat.VSDX); VSS to VSDX Conversion...

    products.aspose.com/diagram/python-net/conversi...
  8. Working with Diagram Using LowCode API|Document...

    Demonstrates how to use Aspose.Diagram LowCode APIs to convert diagram to PDF, and diagram.Includes complete C# examples for PdfConverter, and DiagramConverter....diagram file formats, such as VSD, VSDX, VSTM, VDX, and so on....saveOptions . SaveFormat = SaveFileFormat . Vsdx ; saveOptions ....

    docs.aspose.com/diagram/net/work-with-diagram-u...
  9. Remove All Macros from the Visio Diagram in PHP...

    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....vsd" ); \ # remove all macros $diagram...Save as VDX $saveFileFormat = new SaveFileFormat (); $diagram...

    docs.aspose.com/diagram/java/remove-all-macros-...
  10. Public API Changes in Aspose.Diagram 5.9.0|Docu...

    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....vsd" ); // save resultant HTML directly...diagram . Save ( stream , SaveFileFormat . HTML ); VB ' load an...

    docs.aspose.com/diagram/net/public-api-changes-...