Combining pdf documents with LaTeX
I often find myself needing to select individual pages from a pdf I haven’t created, or combine pdfs from many single pdf documents. With LaTeX this is super straightforward - here’s the basic code structure to perform this task. This code assumes that the .tex
file is in the same folder as the documents you are combining.
This code requires a working installation of LaTeX on your machine, such as MiKTeX