Hi,
I experience a problem generating multipage VDX documents and having connectors to be rendered correctly. What happens is when I try to connect two shapes with a connector everything works fine when there is only one page. In case of more than one page only the last one comes out good. Please see attached screenshots. I also attach a sample project which produces the problematic VDX file.
Thank you.
Igor
Hi Igor,
Hi Igor,
The issues you have found earlier (filed as DIAGRAMJAVA-50341) have been fixed in Aspose.Diagram for Java 6.7.0.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
Hi Imran,
Hi Imran,
I recently tried another case for building connections and found similar problems. This time I build vertical connections. Here I use two different masters in attempt to find solution but both work incorrectly. First master is initially horizontal connector and second one is vertical. Both of them added to diagram vertically. As you can see from the attached screenshot there are multiple problems. In a single page document connector text either shifted to connector start point either not centered. In multi paged document all pages except the last one either have no connector visible either have it shown incorrectly.
I attach sample project.
Thank you.
Igor
Hi Igor,
Hi Imran,
I tried version 6.8.0 and got the same results. Please notice that I use Visio 2010 to open the diagram.
I also attach the screenshot with problems highlighted with red color.
Thank you.
Igor
Hi Igor,
Shape connector1 = page.getShapes().getShape(connectorId);
// set text position
connector1.getTextXForm().getTxtPinX().getUfe().setF(“GUARD(Width0.5)");
connector1.getTextXForm().getTxtPinY().getUfe().setF("GUARD(Height0.5)”);
// set angle in radian
long angle = (long) (90*Math.PI/180);
connector1.getTextXForm().getTxtAngle().setValue(angle)
Hi Igor,
The issues you have found earlier (filed as DIAGRAMJAVA-50404) have been fixed in Aspose.Diagram for Java 17.4.0.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.