Visio -> PDF missing shape regression

Hi

We have found an regression error.
in version 18.9 the attached visio have more shapes in the exported PDF
They are missing from 18.10 and onward.

using the following code:

var SVGso = new SVGSaveOptions();
SVGso.SaveFormat = SaveFileFormat.SVG;
d.Save(svgoutname, SVGso);

Visio with 3 version (18.9 - 18.11) of the output named accordingly
missing_shapes.zip (1.2 MB)

@hellagutmanndk

Thanks for contacting support.

We were able to replicate the issue while using following code snippet with latest version of the API and logged it as DIAGRAMNET-51591 in our issue tracking system. We will definitely look into details of the issue and keep you posted with the status of its correction. Please be patient and spare us little time.

Aspose.Diagram.Diagram diagram = new Aspose.Diagram.Diagram(dataDir + "missing_shapes.vsd");
Aspose.Diagram.Saving.PdfSaveOptions pdfSaveOptions = new Diagram.Saving.PdfSaveOptions();
diagram.Save(dataDir + "missing_shapes.pdf", pdfSaveOptions);

We are sorry for the inconvenience.