Embedded Enterprise Architect component diagram connectors are reversed

Running the following code, diagram connectors in the converted pdf file are inverted/flipped making the logical meaning incorrect.

Sample code:
File converted = File.createTempFile("aspdf-", ".pdf");
Document doc = new Document("C:\\tmp\\DiagramIssue.docx");
doc.getChildNodes(NodeType.COMMENT, true).clear();
File dotdoc = File.createTempFile("aspdf-", ".doc");
doc.save(dotdoc.getAbsolutePath(), SaveFormat.DOC);
doc = new Document(dotdoc.getAbsolutePath());
doc.save(converted.getAbsolutePath(), saveOptions);
Thanks!
Hi Will,

Thanks for your inquiry.

I have tested the scenario and have managed to reproduce the same issue (see the attahed image) at my side. For the sake of correction, I have logged this problem in our issue tracking system as WORDSJAVA-856. I have linked this forum thread to the same issue and you will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSJAVA-856) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.