Hi,
I want to access a visio file from perl and save it as png or jpg after processing it.
I tried with Win32::OLE and saved it as png.The file got generated but it contains nothing.Invalid format.
The code line I am using is:
$document1->saveAs("visiofile.png");