PyPDF 2 Decrypt Not Working

前端 未结 7 1276
悲哀的现实
悲哀的现实 2020-12-15 20:38

Currently I am using the PyPDF 2 as a dependency.

I have encountered some encrypted files and handled them as you normally would (in the following code):

<         


        
7条回答
  •  没有蜡笔的小新
    2020-12-15 20:52

    You can try PyMuPDF package, it can open encrypted files and solved my problems.

    Reference: PyMuPDF Documentation

提交回复
热议问题