I'm converting a scanned book to a format suitable for my eBook reader, so I now have a number of scanned and cropped jpeg images (one for each page) that I want to convert to a pdf file. ImageMagick is the only software that has succeeded in creating a pdf file readable on the eBook device. However, when i convert the jpeg images into the pdf file using
Code: Select all
convert protfys-*.jpg -crop 1560x2400+130+30 -compress Zip -monochrome -resize 1300 protfys.pdf
Thankful for help,
Henrik