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);...quality, and define the default font. Here’s a sample code snippet...Diagram("path/to/your/file.vsdx"); // Initialize PDF save options PdfSaveOptions...