Incorrect conversation of pages

Hi,
We saw the incorrect conversation of pages durintg visio to PDF.

The code is as followings

         try {
                File visioFile = new File("c:/input.visio");
                InputStream stream = new FileInputStream(visioFile.getAbsolutePath());
                // load diagram
                Diagram diagram = new Diagram(stream);

                File converted =  new File("c:/output.pdf");
                // Save as PDF file format
                diagram.save(converted.getAbsolutePath(), SaveFileFormat.PDF);
                stream.close();
                return converted;
            } catch (Exception e) {
                throw new Exception(e);
            }

The attached file contains input , output files , screenshot showing the problem.

Thanks!

RuhongInCorrectConversation.zip (301.2 KB)

@ruhongcai,

We managed to replicate the highlighted problem in our environment. It has been logged under the ticket ID DIAGRAMJAVA-50581 in our bug tracking system. We have linked your post to this ticket and will keep you informed regarding any available updates.

@ruhongcai,

The linked ticket ID DIAGRAMJAVA-50581 has been resolved and will be included in next version 18.2 of Aspose.Diagram for Java API. We will notify you once the next version is published.

Hi,

Tested with the latest diagram lib, the problem still exists. I attach the InCorrectConversation.zip which contains the input visio and output.pdf.

InCorrectConversation.zip (101.7 KB)

@ruhongcai,

The fix of the linked ticket ID DIAGRAMJAVA-50581 is not included in the latest version 18.1 of Aspose.Diagram for Java API. It will be included in the next version 18.2 which is not released yet. We will notify you once the next version is published.

@ruhongcai,

In reference to the linked ticket ID DIAGRAMJAVA-50581, please download and try the Hotfix version 18.1.1 of Aspose.Diagram for Java.

@ruhongcai,

The linked ticket ID DIAGRAMJAVA-50581 has been resolved and included in the full version 18.2 of Aspose.Diagram for Java API. Please download and try the latest version 18.2 of Aspose.Diagram for Java API.