
Dan S. answered 10/02/19
Senior Systems Engineer Specializing in Linux
pandoc. Hands down it's the best tool for this. I use it daily with an application that I work on. You can literally do something like this... "pandoc <file1.pdf file2.pdf...> -o output.pdf.
It's an amazing document conversion tool written in Haskel. It supports many formats, and many pdf engines to be specific.
https://pandoc.org/
Ciaran W.
This doesn't work. Pandoc just gives an error saying it can't convert from pdf06/26/22