Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 23,607 for

vsdx

(0.04 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. 绘制矩形|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...
  4. 更新、删除字段|Documentation

    本节说明如何更新或删除字段。...vsdx" ); // Get Visio page Aspose..."UpdateField_out.vsdx" , SaveFileFormat . VSDX ); 删除字段 以下代码段删除形状中的字段。...

    docs.aspose.com/diagram/zh/net/update-remove-fi...
  5. Draw geomtry to visio VSX document via Python |...

    Python source code to draw geomtry to visio vsx file within any Python based application....Drawing Vsx PNG JPG BMP TIFF VSDX Draw Geomtry to VSX document...name (full path) and format (VSDX) as a parameter. Now you can...

    products.aspose.com/diagram/python-net/drawing/...
  6. Protect and lock VSX document via .NET | produc...

    C# source code to lock VSX file on .NET Framework, .NET Core, Mono Platforms....Protect Vsx PNG JPG BMP TIFF VSDX Protect VSX Files via C# Protect...name (full path) and format (VSDX) as a parameter. Now you can...

    products.aspose.com/diagram/net/protect/vsx/
  7. Create, Insert fields|Documentation

    How to create, insert fields using Java Diagram API ....vsdx" ) # Get page by name page =..."InsertField_out.vsdx" , SaveFileFormat . VSDX ) jpype . shutdownJVM...

    docs.aspose.com/diagram/python-java/create-inse...
  8. Convert Visio to Visio via Java | products.aspo...

    Sample Java code for Converting Visio to Visio file. Use this example code to convert Visio to Visio within any Web or Desktop Java based application....Java Conversion VISIO to VISIO Vsdx JPG Visio XML Visio PDF Convert...VSD as VSDX visio.save( "output.vsdx" , SaveFileFormat.VSDX); Visio...

    products.aspose.com/diagram/java/conversion/vis...
  9. Visio File Developer NET C# | products.aspose.com

    C# source code to develop in visio file on .NET Framework, .NET Core, Mono Platforms....include VDW, VDX, VSD, VSDM, VSDX,VSS,VSSM,VSSX,VST,VSTM,VSTX...selected page Save Diagram in Vsdx format. C# Code to develop in...

    products.aspose.com/diagram/net/developer/
  10. Hello World Example|Documentation

    This page describes how to create example of hello world with Aspose.Diagram library....Visio file formats including VSDX, VDX, VSD, VSX, VTX, VSSX, VSDM...Diagram (); // Save diagram in the VSDX format diagram . Save ( dataDir...

    docs.aspose.com/diagram/net/hello-world-example/