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);...Diagram Product Family sogidev May...using this code: Diagram diag = new Diagram(options.SourcePath);...