When printing from a script, the default Windows printer is used. You can change the printer that Grapher is using by setting the Printer property of the AutoPageSetup object before printing. For example:
Set Plot1 = Grapher.Documents.Open(filename)
Plot1.PageSetup.printer = "Adobe PDF" Plot1.PrintOut(grfPrintTruncate)
Updated August 2019
Comments
0 comments
Please sign in to leave a comment.