Mailinglist Archive: opensuse (3605 mails)
| < Previous | Next > |
Re: [SLE] How to compile a series of jpg files to a pdf booklet?
- From: "Carlos E. R." <robin.listas@xxxxxxxxxxxxxx>
- Date: Tue, 13 Jun 2006 16:19:28 +0200 (CEST)
- Message-id: <Pine.LNX.4.61.0606131608120.2497@xxxxxxxxxxxxxxxx>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The Tuesday 2006-06-13 at 09:32 +0800, CS - Ronald Wiplinger wrote:
> I have a series of jpg files and would like them to compile to a multipage pdf
> booklet. Which program can I use for that? I use SuSE 10.1.
You can convert the jpg to ps or pdf using Gimp, for instance, or
Imagemagick.
You can join several pdf files into one using, for instance, pdftk:
pdftk in1.pdf in2.pdf cat output out1.pdf
or (using handles):
pdftk A=in1.pdf B=in2.pdf cat A B output out1.pdf
or (using wildcards):
pdftk *.pdf cat output combined.pdf
Or even using gs directly (it uses a lot of memory):
gs -dNOPAUSE -sDEVICE=pswrite -sOutputFile=out.ps \
file1.ps file2.ps ... -c quit
There is also psmerge, and joinpdf (the later I haven't tried).
But I find pdftk much better.
However, the quality and size obtained by using the jpg files directly is
better than with pdf. An alternative I prefer is to use the DjVu format:
perfectly suited to scanned material (high compression of scanned text
without artifacts, for instance), and better quality and size ratio than
jpg, with multipages files as well. Unfortunately, converting to djvu is
not simple (as in click-click), but if you are interested, I'll post my
method.
- --
Cheers,
Carlos Robinson
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Made with pgp4pine 1.76
iD8DBQFEjslytTMYHG2NR9URAjYuAJ40Ze2ijS7GLJZYtsRLcSwdbpHMdACfVyGx
p4aicI5IdtnHDIEbKS6ENg8=
=F9vq
-----END PGP SIGNATURE-----
--
Check the headers for your unsubscription address
For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
Also check the archives at http://lists.suse.com
Please read the FAQs: suse-linux-e-faq@xxxxxxxx
Hash: SHA1
The Tuesday 2006-06-13 at 09:32 +0800, CS - Ronald Wiplinger wrote:
> I have a series of jpg files and would like them to compile to a multipage pdf
> booklet. Which program can I use for that? I use SuSE 10.1.
You can convert the jpg to ps or pdf using Gimp, for instance, or
Imagemagick.
You can join several pdf files into one using, for instance, pdftk:
pdftk in1.pdf in2.pdf cat output out1.pdf
or (using handles):
pdftk A=in1.pdf B=in2.pdf cat A B output out1.pdf
or (using wildcards):
pdftk *.pdf cat output combined.pdf
Or even using gs directly (it uses a lot of memory):
gs -dNOPAUSE -sDEVICE=pswrite -sOutputFile=out.ps \
file1.ps file2.ps ... -c quit
There is also psmerge, and joinpdf (the later I haven't tried).
But I find pdftk much better.
However, the quality and size obtained by using the jpg files directly is
better than with pdf. An alternative I prefer is to use the DjVu format:
perfectly suited to scanned material (high compression of scanned text
without artifacts, for instance), and better quality and size ratio than
jpg, with multipages files as well. Unfortunately, converting to djvu is
not simple (as in click-click), but if you are interested, I'll post my
method.
- --
Cheers,
Carlos Robinson
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Made with pgp4pine 1.76
iD8DBQFEjslytTMYHG2NR9URAjYuAJ40Ze2ijS7GLJZYtsRLcSwdbpHMdACfVyGx
p4aicI5IdtnHDIEbKS6ENg8=
=F9vq
-----END PGP SIGNATURE-----
--
Check the headers for your unsubscription address
For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
Also check the archives at http://lists.suse.com
Please read the FAQs: suse-linux-e-faq@xxxxxxxx
| < Previous | Next > |