Hello,
We have a MS Visio file in VSDX format, with several pages and containing links to these internal pages.
In Visio, page targets of links are functionnal (for example, link “9” well targets page 9).
While saving as HTML by Visio, in the web page obtained the links are functionnal too (for example, link “9” well targets page 9).
But, when we use Aspose.Diagram to save the VSDX as HTML, in the web page obtained three links (out of 9) have a wrong page target (link “9” now targets page 4; link “8” now targets page 7; link “7” now targets page 6)
Aspose.Diagram version: .NET 21.4.0
Please, find in the attached file the input/output files and the code snippet used to convert the VSDX to HTML.
(You will also find the HTML file generated by Visio and some screenshots showing target of link “9” in Visio and HTML files)
files.zip (544.1 KB)
Regards.