ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Aleksander N.Gorohovski" <angel@feht.dgtu.donetsk.ua>
To: "ALT Linux Community general discussions" <community@lists.altlinux.org>
Subject: Re: [Comm] ps2pdf
Date: Tue, 02 Sep 2008 22:52:37 +0300
Message-ID: <op.ugvdhzvemb8vzs@oc.peooc.net> (raw)
In-Reply-To: <g9jvc9$7pv$1@ger.gmane.org>

On Tue, 02 Sep 2008 21:07:53 +0300, Denis Kirienko wrote:

> Дегтярёв Дмитрий пишет:
>> для разбиения используйте команду convert.
>> Например:
>> # conver 1.ps 1.jpg
>> # ls
>> 1_0.jpeg 1_1.jpg 1_2.jpg 1_3.jpg
>> # convert -adjoin 1_0.jpeg 1_1.jpeg 1.pdf
>> # convert -adjoin 1_2.jpeg 1_3.jpeg 2.pdf
>>  В результате я получил из 4х страниц файла 1.ps 2 файла 1.pdf и 2.pdf  
>> по 2 страницы в каждом.
>
> Ну вы что, ни в коем случае! Перегонять векторный формат в растровый  
> недопустимо.

Да собственно и не думал так делать.
Тем более этот способ плохо работает (см. выше обсуждение по рассылке)

> Посмотрите на программу psselect из пакета psutils.

Посмотрел.
Понравилось.
Перевёл man на русский.
:)


Как итог, меня вполне устроил вариант

for i in 1 2 3 ... последняя_страница
   do
     psselect -p$i in.ps $i.ps
     ps2pdf14 $i.ps $i.pdf
     rm $i.ps
   done


  reply	other threads:[~2008-09-02 19:52 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-02  5:16 Aleksander N.Gorohovski
2008-09-02  5:19 ` Denis G. Samsonenko
2008-09-02  5:27   ` Aleksander N.Gorohovski
2008-09-02  5:25 ` Дегтярёв Дмитрий
2008-09-02  5:27   ` Дегтярёв Дмитрий
2008-09-02  5:33     ` Aleksander N.Gorohovski
2008-09-02  5:41       ` Дегтярёв Дмитрий
2008-09-02  5:44       ` Дегтярёв Дмитрий
2008-09-02  6:05         ` Aleksander N.Gorohovski
2008-09-02  6:28           ` Дегтярёв Дмитрий
2008-09-02 11:13             ` Aleksander N. Gorohovski
2008-09-02  8:06   ` Yury Aliaev
2008-09-02 19:27     ` Michael Shigorin
2008-09-02 19:31       ` Andrey Rahmatullin
2008-09-02 19:59         ` Michael Shigorin
2008-09-02 20:05           ` Mikhail Gusarov
2008-09-02 21:07             ` Alexey Tourbin
2008-09-02 21:42               ` Alexey Tourbin
2008-09-02 21:53                 ` Mikhail Gusarov
2008-09-03 20:14                 ` [Comm] apt-file Michael Shigorin
2008-09-03 20:16                   ` Mikhail Gusarov
2008-09-02 21:21             ` Michael Shigorin
2008-09-02 21:45               ` Alexey Tourbin
2008-09-03  3:54                 ` Andrey Rahmatullin
2008-09-03  6:54                   ` Yury Aliaev
2008-09-03 20:18                 ` Michael Shigorin
2008-09-03  6:45         ` [Comm] ps2pdf Yury Aliaev
2008-09-02 18:07   ` Denis Kirienko
2008-09-02 19:52     ` Aleksander N.Gorohovski [this message]
2008-09-02 20:35       ` Denis Kirienko
2008-09-02  8:33 ` Alexey I. Froloff
2008-09-02 10:37   ` Aleksander N. Gorohovski
2008-09-02 11:58     ` Yury Aliaev
2008-09-02 11:51       ` Aleksander N. Gorohovski
2008-09-02 19:25       ` Michael Shigorin
2008-09-02 19:33         ` Andrey Rahmatullin
2008-09-02 19:58           ` Michael Shigorin
2008-09-02 20:20         ` Alexey I. Froloff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=op.ugvdhzvemb8vzs@oc.peooc.net \
    --to=angel@feht.dgtu.donetsk.ua \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git