Missing text when importing a file

When importing a vsd file, several problems occur: all text is missing, some shapes are missing to, and the page title gets encoded incorrectly.

vsd file and a screenshot:
missing text.zip (261.6 KB)

The file was converted using this part of code:

File file = new File(PATH_TO_VSD_FILE);
Diagram d = new Diagram(file.getAbsolutePath());
d.save(file.getAbsolutePath() + "x", SaveFileFormat.VSDX);

@Denec
Thanks for the template file and screenshots.
After an initial testing, I am able to reproduce the issues as you mentioned by using your template file.

@Denec
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): DIAGRAMNET-53340,DIAGRAMNET-53341,DIAGRAMNET-53342

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.