Главная страница


ru.linux

 
 - RU.LINUX ---------------------------------------------------------------------
 From : Max Alekseyev                        2:5015/60      14 Oct 2003  16:49:12
 To : pakhomov
 Subject : Куча *.ps -> в один ps
 -------------------------------------------------------------------------------- 
 
 
 Replying to a message of pakhomov to All:
 
  p> Подскажите, как из кучи отсканированных файлов out***.ps сделать один 
  p> PostScript документ?
 
 Прописываешь свои файлы с путями в нижеприведённый merge.ps (там они зовутся
 file1.ps и file2.ps). Потом открываешь merge.ps в GhostScripte и конвертишь его 
 используя драйвер pswrite (или pdfwrite, если нужен .pdf) в файл result.ps,
 который и есть то, что требуется.
 
 ===cut===merge.ps===
 %!PS
 % Written by Helge Blischke, see
 % http://groups.google.com/groups?ic=1&selm=3964A684.49D%40srz-berlin.de
 %
 % The following 2 procs encapsulate the jobs to be processed
 % much as is done with EPS images:
 /_begin_job_
 {
         /tweak_save save def
         /tweak_dc countdictstack def
         /tweak_oc count 1 sub def
         userdict begin
 }bind def
 
 /_end_job_
 {
         count tweak_oc sub{pop}repeat
         countdictstack tweak_dc sub{end}repeat
         tweak_save restore
 }bind def
 
 % Now, add your jobs like this:
 _begin_job_
 (c:\\tilap\\file1.ps)run
 _end_job_
 
 _begin_job_
 (c:\\tilap\\file2.ps)run
 _end_job_
 
 % and so on.
 ===cut===merge.ps===
 
 Regards,      ш.ш
         Max    ~
 
 --- FleetStreet 1.27.3.8
  * Origin:  (2:5015/60)
 
 

Вернуться к списку тем, сортированных по: возрастание даты  уменьшение даты  тема  автор 

 Тема:    Автор:    Дата:  
 Куча *.ps -> в один ps   pakhomov   08 Oct 2003 21:39:27 
 Re: Куча *.ps -> в один ps   Victor Wagner   09 Oct 2003 08:31:08 
 Re: Куча *.ps -> в один ps   Artem Chuprina   10 Oct 2003 19:04:08 
 Re: Куча *.ps -> в один ps   Victor Wagner   10 Oct 2003 23:12:07 
 Re: Куча *.ps -> в один ps   Artem Chuprina   13 Oct 2003 00:19:09 
 Re: Куча *.ps -> в один ps   Nikolay Zhuravlev   09 Oct 2003 08:53:57 
 Re: Куча *.ps -> в один ps   Max Lapan   10 Oct 2003 03:50:49 
 Куча *.ps -> в один ps   Max Alekseyev   14 Oct 2003 16:49:12 
Архивное /ru.linux/18133f8c2909.html, оценка 1 из 5, голосов 10
Яндекс.Метрика
Valid HTML 4.01 Transitional