Open an Existing Visio Drawing in PHP
Contents
[
Hide
]
Aspose.Diagram - Open an Existing Visio Drawing
To Open an Existing Visio Drawing using Aspose.Diagram Java for PHP, you can use following code.
PHP Code
# Call the diagram constructor to load diagram from a VSD file
$diagram = new Diagram($dataDir . "Drawing.vsd");
Download Running Code
Download Export Visio Diagram to XPS (Aspose.Diagram) from any of the below mentioned social coding sites: