Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 23,613 for

vsdx

(1.18 sec)
  1. Missing most of the shapes after importing a fi...

    After importing vsd to Vsdx, only some lines import and most of the shapes are missing. vsd file in question and screenshot of an issue: missing shapes.zip (482.7 KB) The file was converted using this part of code: F…...Diagram Product Family vsd-to-vsdx Denec March 5, 2025, 7:34am...7:34am 1 After importing vsd to vsdx, only some lines import and most...

    forum.aspose.com/t/missing-most-of-the-shapes-a...
  2. 使用连接器类型形状|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 the VSDX diagram Diagram diagram = new...Diagram ( dataDir + "Drawing1.vsdx" ); //get a particular page...

    docs.aspose.com/diagram/zh/java/working-with-co...
  3. Visio加水印|Documentation

    如何使用 Java Diagram API 为 visio 添加水印。...new Diagram (); // save in the VSDX format diagram . save ( dataDir..."CreateDiagram_Out.vsdx" , SaveFileFormat . VSDX ); 这个例子的工作原理如下:...

    docs.aspose.com/diagram/zh/java/add-watermark-t...
  4. 绘制矩形|Documentation

    本节介绍如何用Aspose.Diagram在visio页面中绘制矩形。支持使用C#绘制矩形并保存为pdf、svg、html、image、xps等格式。...vsdx" ); //Draw Rectangle in page..."DrawRectangleInPage_out.vsdx" , SaveFileFormat . VSDX ); 在 SVG 中绘制矩形 Aspose...

    docs.aspose.com/diagram/zh/net/drawing/draw-rec...
  5. 公共 API Aspose.Diagram 6.8.0 的变化|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 ); 呈现宏“代码”时出错:为参数...Diagram ( @"c:\temp\Drawing1.vsdx" ); // Get Visio page Aspose...

    docs.aspose.com/diagram/zh/net/public-api-chang...
  6. Convert Visio to SVG via Java | products.aspose...

    Sample Java code for Converting Visio to SVG file. Use this example code to convert Visio to SVG within any Web or Desktop Java based application....Java Conversion VISIO to SVG Vsdx JPG SVG XML Visio SVG Convert...just a few lines of code. Load VSDX file with an instance of Diagram...

    products.aspose.com/diagram/java/conversion/vis...
  7. Convert Visio to HTML via Java | products.aspos...

    Sample Java code for Converting Visio to HTML file. Use this example code to convert Visio to HTML within any Web or Desktop Java based application....Java Conversion VISIO to HTML Vsdx JPG HTML XML Visio HTML Convert...just a few lines of code. Load VSDX file with an instance of Diagram...

    products.aspose.com/diagram/java/conversion/vis...
  8. 画正方形|Documentation

    本节介绍如何用Aspose.Diagram在visio页面中绘制正方形。支持使用C#绘制正方形并保存为pdf、svg、html、image、xps等格式。...vsdx" ); //Draw square in page diagram..."DrawSquareInPage_out.vsdx" , SaveFileFormat . VSDX ); 在 SVG 中绘制正方形...

    docs.aspose.com/diagram/zh/net/drawing/draw-squ...
  9. Draw Rectangle|Documentation

    This section explains how to draw rectangle in a visio page with Aspose.Diagram. Support using C# to draw rectangle and save as pdf, svg, html, image, xps and other formats....vsdx" ); //Draw Rectangle in page..."DrawRectangleInPage_out.vsdx" , SaveFileFormat . VSDX ); Draw Rectangle...

    docs.aspose.com/diagram/net/drawing/draw-rectan...
  10. Your First Aspose.Diagram Application - Hello W...

    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....the VSDX format diagram . save ( "CreateNewVisio_out.vsdx" , SaveFileFormat...SaveFileFormat . VSDX ) 打开现有文件 The following example opens an...

    docs.aspose.com/diagram/zh/python-net/your-firs...