Saving Visio Document in PHP
Contents
[
Hide
]
Aspose.Diagram - Saving Visio Document
To Save Visio Document using Aspose.Diagram Java for PHP, you can use following code.
PHP Code
# Save as VDX
$saveFileFormat=new SaveFileFormat();
$diagram=new Diagram();
$diagram->save($dataDir."Diagram.vdx", $saveFileFormat->VDX);
Download Running Code
Download Export Visio Diagram to XPS (Aspose.Diagram) from any of the below mentioned social coding sites: