I have a .ps file that I want to print from my mac. I'm trying to use lpr. But every time I print it all I get is the actual bytes just printed with like hundreds of pages and this is not what I want. I want the printer to just print the ps directly. What command should I use to make this work?
I have a .ps file that I want to print from my mac. I'm trying to use lpr. But every time I print it all I get is the actual bytes just printed with like hundreds of pages and this is not what I want. I want the printer to just print the ps directly. What command should I use to make this work?
To print a PostScript (.ps) file directly on a Mac, you can use the `lpr` command with some additional options. Here are a few approaches: 1. Basic PostScript printing:
1 | lpr -P printer_name your_file.ps |
1 | lpr -P printer_name -o inputslot=ps your_file.ps |
1 | ps2ps your_file.ps | lpr -P printer_name |
1 | enscript -P printer_name your_file.ps |
Testing if the previous output contains the string -l
: False
Testing if the previous output contains the string -o raw
: False
I have a .ps file that I want to print from my mac. I'm trying to use lpr. But every time I print it all I get is the actual bytes just printed with like hundreds of pages and this is not what I want. I want the printer to just print the ps directly. What command should I use to make this work?
I have a .ps file that I want to print from my mac. I'm trying to use lpr. But every time I print it all I get is the actual bytes just printed with like hundreds of pages and this is not what I want. I want the printer to just print the ps directly. What command should I use to make this work?
To print a PostScript (.ps) file directly on a Mac, you can use the `lpr` command with some specific options. Here are a few approaches: 1. Basic PostScript printing:
1 | lpr -P <printer_name> filename.ps |
1 | lpr -o raw filename.ps |
1 | lpr -o ps filename.ps |
1 | enscript -P <printer_name> filename.ps |
1 | lp -d <printer_name> filename.ps |
Testing if the previous output contains the string -l
: False
Testing if the previous output contains the string -o raw
: True
I have a .ps file that I want to print from my mac. I'm trying to use lpr. But every time I print it all I get is the actual bytes just printed with like hundreds of pages and this is not what I want. I want the printer to just print the ps directly. What command should I use to make this work?
I have a .ps file that I want to print from my mac. I'm trying to use lpr. But every time I print it all I get is the actual bytes just printed with like hundreds of pages and this is not what I want. I want the printer to just print the ps directly. What command should I use to make this work?
To print a PostScript (.ps) file directly on a Mac, you can use the `lpr` command with some additional options. Here are a few approaches: 1. Basic direct PostScript printing:
1 | lpr -P [printer_name] yourfile.ps |
1 | lpr -P [printer_name] -o InputSlot=Default yourfile.ps |
1 | lpr -P [printer_name] -o raw yourfile.ps |
1 | lp -d [printer_name] yourfile.ps |
Testing if the previous output contains the string -l
: False
Testing if the previous output contains the string -o raw
: True
I have a .ps file that I want to print from my mac. I'm trying to use lpr. But every time I print it all I get is the actual bytes just printed with like hundreds of pages and this is not what I want. I want the printer to just print the ps directly. What command should I use to make this work?
I have a .ps file that I want to print from my mac. I'm trying to use lpr. But every time I print it all I get is the actual bytes just printed with like hundreds of pages and this is not what I want. I want the printer to just print the ps directly. What command should I use to make this work?
To print a PostScript (.ps) file directly on a Mac, you can use the following approaches: 1. Basic method:
1 | lpr -P [printer_name] yourfile.ps |
1 | lpr -o raw yourfile.ps |
1 | lp -d [printer_name] yourfile.ps |
1 | cat yourfile.ps | lpr |
Testing if the previous output contains the string -l
: False
Testing if the previous output contains the string -o raw
: True
I have a .ps file that I want to print from my mac. I'm trying to use lpr. But every time I print it all I get is the actual bytes just printed with like hundreds of pages and this is not what I want. I want the printer to just print the ps directly. What command should I use to make this work?
I have a .ps file that I want to print from my mac. I'm trying to use lpr. But every time I print it all I get is the actual bytes just printed with like hundreds of pages and this is not what I want. I want the printer to just print the ps directly. What command should I use to make this work?
To print a PostScript (.ps) file directly on a Mac, you can use the `lpr` command with some additional options: 1. Basic command:
1 | lpr filename.ps |
1 | lpr -P printer_name filename.ps |
1 | lpr -o raw filename.ps |
1 | lpr -o filetype=postscript filename.ps |
1 | cat filename.ps | lpr |
Testing if the previous output contains the string -l
: False
Testing if the previous output contains the string -o raw
: True