Wolfram ResearchProductsPurchasingServices & ResourcesAbout UsOur Sites
Mathematica > Low-Level Notebook Programming >

NotebookPrint

Updated In 6 Graphic
NotebookPrint[notebook]
sends the specified notebook to your default printer.
NotebookPrint[notebook, "file.ext"]
saves a print-ready form of the notebook to a file in the format indicated by the file extension ext.
NotebookPrint[]
sends the current evaluation notebook to your default printer.
  • NotebookPrint uses the printing options set for the specified notebook, taking defaults from the global options set for the whole front end.
  • NotebookPrint[notebook, "file.ps"] saves the PostScript form of the notebook in a file.
  • NotebookPrint[notebook, stream, "format"] sends the print-ready form of the notebook to a stream in the specified format.
  • NotebookPrint[notebook, "!command", "format"] gives the print-ready form of the notebook as input to a command.
New in 3 | Last modified in 6
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team