I am using pdfplumber library for parsing pdf. The way to access a pdf file is "pdfplumber.open(path)". Can someone please help me how to pass the password and the check_extractable parameters in this.
Asked
Active
Viewed 755 times
1 Answers
0
you can try below syntax for password:
pdfplumber.open(path,password="your_password")

jainam shah
- 199
- 1
- 11