Hi!
We wanted to upgrade the Aspose.Diagram library from 21.2.0 to 21.9.0 but saw that the headers and footers are lost now.
Here is a code sample where the issue can be reproduced:
using (var diagram = new Aspose.Diagram.Diagram(“VisioFiles\HeaderAndFooter.vsdx”))
{
diagram.Save(“HeaderAndFooter_target.vsdx”, Aspose.Diagram.SaveFileFormat.Vsdx);
}
HeaderAndFooter.zip (23.3 KB)
Thanks!