Here’s a quick one-line command to convert a bunch of images to one PDF file.
Pre-requisits: ImageMagick and a terminal.
Enter the directory and type:
convert *.jpg FileName.pdf
Done!
Here’s a quick one-line command to convert a bunch of images to one PDF file.
Pre-requisits: ImageMagick and a terminal.
Enter the directory and type:
convert *.jpg FileName.pdf
Done!
Last modified: October 17, 2014
One comment
Comments are closed.