How to create a pdf file from multiple jpegs / text files from the command line
You can use the convert tool: convert 1.jpg 1.png 2.txt a.pdf the_new.pdf This is more a note for me but I hope it helps someone.
You can use the convert tool: convert 1.jpg 1.png 2.txt a.pdf the_new.pdf This is more a note for me but I hope it helps someone.