Splitting a pdf file into separate pdf files for each page is just a simple command in the linux command line.
$ pdfseparate inputfile.pdf page-%d.pdf
You might need to install pdf-poppler first
$ apt install pdf-poppler
If you have Windows user...
Read more