我正在使用pdfplumber库来解析pdf。访问pdf文件的方法是"pdfplumber.open(path)“。有没有人可以教我如何传递密码和check_extractable参数。
发布于 2019-11-29 15:17:07
您可以尝试以下密码语法:
pdfplumber.open(path,password="your_password")
https://stackoverflow.com/questions/54825365
相似问题