k**y 发帖数: 320 | 1 我有个ps file(或者可以转成pdf),要打印,想省点纸.
unix下好象有命令,可是是直接到打印机上.怎么把它
变成ps file再ftp到windows下打印啊? |
k**y 发帖数: 320 | 2 got it. redirect to a ps file...
【在 k**y 的大作中提到】 : 我有个ps file(或者可以转成pdf),要打印,想省点纸. : unix下好象有命令,可是是直接到打印机上.怎么把它 : 变成ps file再ftp到windows下打印啊?
|
k**y 发帖数: 320 | 3 不行.mpage总是认为这是个plain txt file
我做的ps file他就认,这个down的就不认.:(
【在 k**y 的大作中提到】 : got it. redirect to a ps file...
|
r*****s 发帖数: 985 | 4 under unix, you can use
psnup -nup n psfile.ps psfilen.ps
n is the # of pages per page. psfilen.ps is the new file.
you don't have to sent it to the printer first.
【在 k**y 的大作中提到】 : 我有个ps file(或者可以转成pdf),要打印,想省点纸. : unix下好象有命令,可是是直接到打印机上.怎么把它 : 变成ps file再ftp到windows下打印啊?
|
p**v 发帖数: 853 | 5 try psnup -n 2/4/more -l or -t yourfile.ps new.ps
you can either use -l or -t to see the effect.
or you can simply skip this.
【在 k**y 的大作中提到】 : 不行.mpage总是认为这是个plain txt file : 我做的ps file他就认,这个down的就不认.:(
|
k**y 发帖数: 320 | 6 thanks. no psnup in my unix:(
【在 r*****s 的大作中提到】 : under unix, you can use : psnup -nup n psfile.ps psfilen.ps : n is the # of pages per page. psfilen.ps is the new file. : you don't have to sent it to the printer first.
|
s*****d 发帖数: 258 | 7 go get it from gnu
【在 k**y 的大作中提到】 : thanks. no psnup in my unix:(
|