Multiple issues after converting vsd to vsdx

When importing vsd to vsdx, various erorrs occur:

  1. shapes are drawn incorrectly
  2. shapes are missing texts
  3. shape titles are missing white background

vsd file in question and screenshot of an issue:
vsd2vsdx issues.zip (465.2 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

It seems you are experiencing several issues when converting a VSD file to VSDX format, including incorrectly drawn shapes, missing text, and missing background for shape titles. These problems have been reported by other users as well, and they have been acknowledged by the support team.

Here are some steps you can take to address these issues:

  1. Check for Updates: Ensure that you are using the latest version of the Aspose.Diagram library. Updates often include bug fixes and improvements that may resolve the issues you are encountering.

  2. Review Known Issues: The support team has identified specific issues related to text and shape rendering during the conversion process. These have been logged under internal issue IDs, which means they are being tracked for resolution. You can check the release notes for updates on these issues.

  3. Testing with Different Files: If possible, try converting other VSD files to see if the issues persist. This can help determine if the problem is specific to the file you are using.

  4. Contact Support: If the issues continue, consider reaching out to Aspose support for further assistance. They may provide additional insights or workarounds based on your specific case.

For your reference, the issues you are facing have been documented in the forum, and fixes have been implemented in a recent update. You can find more information about these updates in the release notes of the Aspose.Diagram library.

If you need further assistance or have additional questions, feel free to ask!

Sources:
[1]: Missing text when importing a 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-53687

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.

The issues you have found earlier (filed as DIAGRAMNET-53687) have been fixed in this update. This message was posted using Bugs notification tool by philip.zhou