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);...new Diagram(options.SourcePath); diag.Save(options.DestinationPath...Save Options : You can customize the PDF saving options to improve...