Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Notebooks and Documents > Low-Level Notebook Programming > NotebookPrint >

NotebookPrint

NotebookPrint[expr]
sends a notebook containing expr to your default printer.
NotebookPrint[notebook]
sends the specified notebook to your default printer.
NotebookPrint
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 saves the PostScript form of the notebook in a file.
  • NotebookPrint sends the print-ready form of the notebook to a stream in the specified format.
  • NotebookPrint gives the print-ready form of the notebook as input to a command.
Save the print form of a notebook to a file in PDF format:
The file is saved with the same appearance it has when printed from Mathematica:
Save the print form of a notebook to a file in PDF format:
In[2]:=
Click for copyable input
The file is saved with the same appearance it has when printed from Mathematica:
New in 3 | Last modified in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF