Tutorialprint-file




Prev | Up | Next | Back | Forward | Online Documentation Home Page


Prints n copies of file in view view. If the file is not currently open, a buffer containing the file is opened for printing, and is then deleted once printing is complete. If the file is already open, the associated buffer is printed but not deleted. If entire-document is true, the entire document is printed; otherwise only pages from to to (inclusive) are printed.

If the file is in text format, it is parsed as syntactic category category. If syntactically incorrect, the text is printed and an error message is generated. If the file is in structure or attributed format, it is necessarily syntactically correct. An error message is issued if the file is not an object of the given category, and no action is taken.

X If print parameter Send To Printer is false, one copy of the file is printed to the Destination File, regardless of the value of n.

An error results if from is greater than to, or if either from or to is less than 1.


Forward