// For complete examples and data files, please go to https://github.com/aspose-diagram/Aspose.Diagram-for-Java // The path to the documents directory. String dataDir = Utils.getDataDir(BySpecificPrinter.class); // load source Visio diagram Diagram diagram = new Diagram(dataDir + "Drawing1.vsdx"); // call the print method to print whole Diagram using the printer name diagram.print("LaserJet1100");