Explained below are the print options for specifying print settings with the command line switches of the lpr command.
You can specify the paper size, data size, etc. The following options are available:
Syntax: -o "PageSize=size"
Example: Printing Sample.png on A5 size paper lpr -P PIXMAIP1000 Sample.png -o "PageSize=a5"
![]() |
If you are using a user-defined paper, specify the paper size as follows:
|
Syntax: -o "CNPercent=value"
Example: Printing Sample.png with an expansion size of 200% lpr -P PIXMAIP1000 Sample.png -o "CNPercent=200"
Syntax: -o "CNLocation=position"
Example: Printing Sample.png in the center of the print area lpr -P PIXMAIP1000 Sample.png -o "CNLocation=center"
Syntax: -o "CNCopies=value"
Example: Printing 10 copies of Sample.png lpr -P PIXMAIP1000 Sample.png -o "CNCopies=10"