TomRoush / PdfBox-Android

The Apache PdfBox project ported to work on Android
Apache License 2.0
1.01k stars 259 forks source link

The Problem of Password Parameter in Load Method #535

Open Twinkle-Wong opened 1 year ago

Twinkle-Wong commented 1 year ago

May I ask what was done to the incoming password string parameter in the load method? I now have a hexadecimal string key that can be decrypted by directly passing in parameters (also of type string) in Python's pikepdf library. However, passing it in the load method does not work. Please help solve this problem. My e-mail is h.shelter@outlook.com Thank you very much