i have a pdf upload script with php, my question is when user uploads a multipage pdf file , i want this to split in to individual pdf's. for instance if the pdf has 3 pages, the result should be 1.pdf , 2.pdf, 3.pdf etc.
for example convert -density 300 filename.pdf filename.png works fine creating a png file , but i want the same in to pdf files.