[an error occurred while processing this directive]

Советы по распечатке брошюр в PostScript формате
Печать четных страниц, преобразовав в формат A4:
   psbook example.ps | psnup -l -pa4 -2 | pstops "2:0(1in,0in)" | lpr
переворачиваем пачки и печатаем нечетные:
   psbook example.ps | psnup -l -pa4 -2 | pstops "2:-1(1in,0in)" | lpr
Выборочная печать страниц:
   psselect -p1-12,103,23-28,3 example.ps output.ps
 
21.01.2004 , Автор: Артем Носов , Источник: http://linuxshop.ru/unix4all/?cid=&...
Ключи: postscript, convert, example, print
Раздел:    Корень / Пользователю / Печать

[an error occurred while processing this directive]

[an error occurred while processing this directive]