lunes, 30 de septiembre de 2013

join several jpg files into one single pdf

one of the most advantage of the linux world is the simpliest and quickiest ways you can solve many issues.

this morning I needed to send some diagrams, comments and other stuff in one single pdf, each one was a jpg file, so the steps how to join them are:

1. sudo apt-get install imagemagick
2. convert *jpg myfile.pdf

that's all, if the image files have high resolution there are some parameters in order to decrease the size of the output file, check man convert and you'll see

have a nice week

No hay comentarios:

Publicar un comentario