Remove PDF Protection
This tutorial will show you how to remove PDF printing protection , editing protection and copying text in PDF …
PDF is universal text document right now …
Unfortunately sometime the file is protected by the author so people can print it , copy it or edit text in the file …
People may be lazy to rewrite the document …
Actually there is a tool to handle this problem …
The file is called pdftk …
just download the program in this link :
http://www.pdfhacks.com/pdftk/pdftk-1.41.exe.zip
It is a program which run under command prompt …
so you must know about the location of the program etc …
To run it …
just press start -> run in the windows
and type cmd …
after that you will run in the command prompt mode …
just move to the directory where you extract the program …
and type this command : pdftk protected.pdf cat output no_protected.pdf
protected.pdf is pdf file which is protected by print , edit and copy
no_protected.pdf is the file output which has remove pdf protection ..