Gentoo Archives: gentoo-user

From: "Cédric Cabessa" <ced@×××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] PDF to png/jpg/...
Date: Sun, 10 May 2009 10:57:41
Message-Id: 200905101257.37793.ced@ryick.net
In Reply to: [gentoo-user] PDF to png/jpg/... by meino.cramer@gmx.de
1 Le dimanche 10 mai 2009 11:26:55, cramer a écrit :
2 > Hi,
3 >
4 > does anyone know a trick/package, which allows my to
5 > convert the pages of a pdf file to images via the commandline
6 > (useable from a script).
7 >
8 imagemagick ?
9
10 $ convert myfile.pdf prefix.jpg
11
12 will create prefix-1.jpg, prefix-2.jpg, .... (one jpg by page)
13
14 $ convert myfile.pdf[10-15] prefix.jpg
15
16 if you want to extract only page 10 to 15.
17
18 --
19 ced

Replies

Subject Author
Re: [gentoo-user] PDF to png/jpg/... Paul Hartman <paul.hartman+gentoo@×××××.com>