If you have a PDF that doesn’t allow some features like editing or printing but has no password, under Linux this is the easiest way to remove the restrictions: Install qpdf and decrypt the file. qpdf doesn’t check the restrictions like Acrobat does.
aptitude install qpdf
qpdf --decrypt restricted_file.pdf free_file.pdf