How can output the testprint as pdf file instead of printing in the paper?
by luofeiyu from LinuxQuestions.org on (#6PHA5)
With the `lpr` command,printer's test info will be printed in a paper:
Code: lpr /usr/share/cups/data/testprintI want to see the printer's test info and not to waste a paper,just want to output all the tested info into a pdf file,how can achieve it?
Code: lpr /usr/share/cups/data/testprint > testinfoIt can't work.
Code: lpr /usr/share/cups/data/testprintI want to see the printer's test info and not to waste a paper,just want to output all the tested info into a pdf file,how can achieve it?
Code: lpr /usr/share/cups/data/testprint > testinfoIt can't work.