combining image files into a pdf

Mogens Kjaer mk at crc.dk
Thu Sep 24 06:50:08 UTC 2009


On 09/24/2009 12:14 AM, David Timms wrote:
...
> I haven't found a way to (easily) combine those into a pdf.

convert imagefiles... file.pdf

However, this is very RAM hungry.

To convert black-and-white scanned documents to a
PDF in A4 size, I normally do:

tiffcp -c g4 *.tiff /tmp/all.tiff
tiff2ps -w 8.27 -h 11.69 -a -1 -p /tmp/all.tiff /tmp/all.ps
ps2pdf -dUseFlateCompression -sPAPERSIZE=a4 /tmp/all.ps document.pdf

Mogens

-- 
Mogens Kjaer, Carlsberg A/S, Computer Department
Gamle Carlsberg Vej 10, DK-2500 Valby, Denmark
Phone: +45 33 27 53 25, Mobile: +45 22 12 53 25
Email: mk at crc.dk Homepage: http://www.crc.dk




More information about the fedora-list mailing list