Options (4)
-xbooleanSpecify the resolution of the image as well as the location of the page from the upper left corner of each image
Example:
pnmtopclxl -dpi {{resolution}} {{[-x|-xoffs]}} {{x_offset}} {{[-y|-yoffs]}} {{y_offset}} {{path/to/input1.pnm path/to/input2.pnm ...}} > {{path/to/output.pclxl}}-ybooleanSpecify the resolution of the image as well as the location of the page from the upper left corner of each image
Example:
pnmtopclxl -dpi {{resolution}} {{[-x|-xoffs]}} {{x_offset}} {{[-y|-yoffs]}} {{y_offset}} {{path/to/input1.pnm path/to/input2.pnm ...}} > {{path/to/output.pclxl}}booleanGenerate a duplex printer stream for the specified paper format
Example:
pnmtopclxl {{[-du|-duplex]}} {{vertical|horizontal}} {{[-fo|-format]}} {{letter|legal|a3|a4|a5|...}} {{path/to/input1.pnm path/to/input2.pnm ...}} > {{path/to/output.pclxl}}booleanGenerate a duplex printer stream for the specified paper format
Example:
pnmtopclxl {{[-du|-duplex]}} {{vertical|horizontal}} {{[-fo|-format]}} {{letter|legal|a3|a4|a5|...}} {{path/to/input1.pnm path/to/input2.pnm ...}} > {{path/to/output.pclxl}}Examples (3)
Convert PNM files to an HP LaserJet PCL XL printer stream
pnmtopclxl path/to/input1.pnm path/to/input2.pnm ... > path/to/output.pclxlSpecify the resolution of the image as well as the location of the page from the upper left corner of each image
pnmtopclxl -dpi resolution [-x|-xoffs] x_offset [-y|-yoffs] y_offset path/to/input1.pnm path/to/input2.pnm ... > path/to/output.pclxlGenerate a duplex printer stream for the specified paper format
pnmtopclxl [-du|-duplex] vertical|horizontal [-fo|-format] letter|legal|a3|a4|a5|... path/to/input1.pnm path/to/input2.pnm ... > path/to/output.pclxlmade by @shridhargupta | data from tldr-pages