Hello Support,
We are using aspose-diagram-19.12.0-jdk16.jar [Java] to convert vsd’s each page into png but it produces incorrect output as attached.
Following is the code to reproduce the issue:-
Diagram visioDiagram1 = new Diagram(filepath);
com.aspose.diagram.ImageSaveOptions options1 = new com.aspose.diagram.ImageSaveOptions(SaveFileFormat.JPEG);
options1.setPageIndex(0);
options1.setPageCount(1);
visioDiagram1.save(imageFile.getAbsolutePath(), options1);
We have also tried with the latest aspose-diagram-20.11-jdk16.jar but the behavior remain same.
preview.png (34.0 KB)
tf16403552.zip (54.9 KB)