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.

link|improve this question
1  
Unless you're trying to do this programmatically, this is off-topic. If so, what programming language are you using? – Cody Gray Nov 24 '10 at 7:14
feedback

migrated from stackoverflow.com Nov 26 '10 at 3:22

This question came from our site for professional and enthusiast programmers.

4 Answers

Pdftk can split a PDF into multiple pages.

link|improve this answer
feedback

You can use PDF Split and Merge.

link|improve this answer
+1, PDFsam is also my choice. – STATUS_ACCESS_DENIED Mar 3 '11 at 1:08
I use this regularly at work and it always does the trick, plus it is free. – MaQleod Mar 3 '11 at 6:55
feedback

PDF Studio will let you split PDFs into multiple pages. Pro edition also has options to work with security whether you need to add security or open a secure

link|improve this answer
feedback

jPDF Tweak can split PDFs into multiple files (if you know the owner password). It can also remove add/remove security restrictions (if you know the owner password) or show the user password if you know the owner password.

There are also (free) tools that can remove security without knowing the owner password, but since Adobe has good lawyers that sue everyone who provides (a link to) such a tool, you will most likely find them on Russian sites and not here...

The only legal option is to ask the copyright holder for the owner password, though.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown