I have a large PDF file, as well as a text file of file names. I'd like to use the command line to make/save one new PDF file for each page in file.pdf and name them with the file names in names.txt. The text file could be comma-delimited or other to suit.
Does anyone know how to do this from the command line?