Hi,
When converting a specific .vsdx To .pdf, most of its content is not visible.
I’m using this code:
Diagram diag = new Diagram(options.SourcePath);
diag.Save(options.DestinationPath, SaveFileFormat.Pdf);...the document when exported by visio itself, showing all items thanks...following code to draw an EMF+ image: var PDFso = new Aspose.Diagram...