Hi,
I was trying to convert visio files to pdf using latest version of aspose lib.But when i am loading the file i am getting error saying that “Visio file with version below 11 are not supported”. Please find the screenshot for reference and below is the code i have used to convert. I am attaching the visio source file as well.
Aspose.Diagram.Diagram diagram = new Aspose.Diagram.Diagram(“D:\Convert\2.vsd”);
diagram.Save("D:\\Convert\\visio.pdf", Aspose.Diagram.SaveFileFormat.PDF);
Error File_Error message.zip (41.1 KB)