I have a password protected PDF file, which I want to make a copy of which does not have password protection via a script in python. (I also have the password)
Many entries here talk about extracting data and decrypting, but here I really just need to make a copy without the password. Is that possible?