Finishing - Secure Printing

You can embed a watermark or tracking information, etc. when printing to prevent leaks of confidential documents.

Format

lpr <file path>
-o CNTrustPrint={True | False}
-o CNCopySetNumbering={None | False | True [-o CNStartingNumber=<Starting Number>]}

Options

CNTrustPrint
Embeds hidden text in the background that appears when the document is copied, if you are using the Secure Watermark function of the printer.
Embeds restriction information and tracking information, if you are using the Secure Printing function of the printer.
CNCopySetNumbering
Prints the copy set as a serial number. The number is faintly printed in the top, bottom, left, right, and center (five locations).
The CNStartingNumber option enables you to specify the start number. (default: 1)

Example

To print the file "sample.txt" with the following setting:
Copy Set Numbering: Use
Starting Number: 5
$ lpr sample.txt -o CNCopySetNumbering=True -o CNStartingNumber=5
A7Y1-022