A photo of Mitesh Shah

Mitesh Shah

Linux Expert | Automation Enthusiast | Security Consultant

Email Skype Github Twitter Resume Hire Me Keybase LinkedIn Stackoverflow


How to Remove Password From PDF Files

Overview

Install PDFtk

Debian/Ubuntu Linux Distribution

$ sudo apt-get install pdftk

Remove Password from PDF Files

$ pdftk secured.pdf input_pw mypassword output unsecured.pdf

NOTE!: You have to replace mypassword with your PDF file Password.





Post Navigation