How to split pdf file into different pages

I have a document with extension .pdf . But it is secured one. If it is converted into unsecured(normal) mode , 4 pages is converted. So i think if it is splited into several pages, I can get whole pages with unsecured(normal) mode. So please help me to split pdf file into different pages.


PDFtk can split a PDF into multiple pages:

pdftk filename.pdf burst

See the manual and examples pages for more.


You can use PDF Split and Merge.