Visio file which are of below 11 version are failing to convert to pdf using latest version of aspose

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)

@pradeepdone,

Aspose.Diagram API does not support older Visio drawings than Microsoft Office Visio 2003. Please open this drawing in the Microsoft Visio application, and then save in version 11.0 or higher before converting to the PDF format.