PDFplumber password and check_extractable

962 Views Asked by At

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.

1

There are 1 best solutions below

0
On

you can try below syntax for password:

pdfplumber.open(path,password="your_password")