Convert jpg to a4 pdf linux
Convert jpg to a4 pdf linux If you are looking to convert pdf files to jpg/jpeg format on Linux, the following guide will help. The easiest one-shot solution to convert pdf to jpg/jpeg is using ImageMagick. $ sudo apt-get install imagemagick $ convert input.pdf output.jpg Note that if input.pdf is a multi-page pdf file, the above command will produce as many jpg files as there are pages in the pdf file (e.g., output-0 I would look at ImageMagick; it has many options for converting files between different types. One option is to convert each file to postscript, perhaps centred on...