Hello,
I am using aspose.diagram v6.7.0 to generate PDF of the attached visio file. In the PDF output, network diagrams are not appearing correctly.
Following code is used to generate the PDF output:
Diagram diagram = new Diagram("NW diag.vsdx");
File outputFile = new File("output.pdf");
diagram.save(outputFile.getAbsolutePath(), SaveFileFormat.PDF);
Can you please analyse this issue.
Thanks,
Neha