Today I created a text file"tmp.txt" containing a US postal mailing address that my lady wanted me to print for her. (she can't read my handwriting) She was going to buy and mail a card while she was out. Her ride was outside and beeping it's horn so there wasn't enough time to reboot into one of my other linux distro's to reissue the:
lpr tmp.txt
command from {after logging into the cups server to cancel the bad print job on the default (and only) local usb HP D4160 printer.}
So after clearing the cups job I returned to the terminal window and typed:
kwrite tmp.txt
And used kwrite's menu commands to print the file...
Then after my lady left with the printed output I recreated the cups print error via another:
lpr tmp.txt
command...
The cups jobs tab said:
{note: extra tab/spaces were inserted to try to realign the label/value columns }
Code: Select all
Showing 1 of 1 active job.
▼ ID ▼ Name User Size Pages State Control
D4160-18 Unknown Withheld 1k Unknown stopped
"PDF file is damaged - attempting to reconstruct xref table..."
Driver: HP Deskjet d4100 Series, hpcups 3.12.2 (color, 2-sided printing)
Why would cups expect lpr to send the print data as a pdf?
If lpr IS supposed to convert the text file to a pdf for cups, why would it fail to do so for a text file that kwrite doesn't have a problem with?
What am I missing?????