Here is the easiest solution that I use. It is a command line solution. Place all your files to a single folder. Open the terminal and go to the folder using 'cd' and run 'convert' to make the pdf. e.g., cd THE_FOLDER_YOU_PLACED_YOUR_FILES convert * output.pdf That's all!