My friend is asking this question, he is using Mac and cannot get PdfLatex working (having no dev CD, related here). Anyway my first idea:
- $ pdftk 1.pdf 2.pdf 3.pdf cat output 123.pdf [only pdfs]
- $ convert 1.png 2.png myfile.pdf [only images]
Now I don’t know without LaTex or iPad’s Notes Plus how to combine images and PDF -files. So how can I combine pdf -files and images in Unix?
You could run a loop, identifying PDF and images, and converting images to PDF with ImageMagick. When you’re done, you assemble it all with pdftk.
This is a Bash-only script.