redfast00
redfast00
Sounds good! Is it possible to also list the features it was not compiled with maybe? If not, no worries. As for the official release part: does not really matter...
@austinc3030 Aside from the relocations (which are not needed for embedded targets, like the ESP32), is there any work that still needs to happen on this PR? I'd really like...
> > @austinc3030 Aside from the relocations (which are not needed for embedded targets, like the ESP32), is there any work that still needs to happen on this PR? I'd...
I have the same exact problem; if it is useful, I can provide the project directory. Using @mumbel 's second instructions did not help and resulted in the same error...
By following @ghidra1's instructions (excellent instructions btw); I managed to get my project updated. The translator generator did show a warning (but seems to work from a quick glance): ...
I can confirm that I can decrypt the document with the code in https://github.com/py-pdf/pypdf/pull/2537
Yes, with `pip install 'pyHanko[pkcs11,image-support,opentype,xmp]==0.23.1'`, I get the same error. Additionally, while trying to decrypt another document (that I also succesfully decrypted before with my patch to pypdf), I got:...
Thank you for looking at it; I understand that this can be frustrating if you don't have the files, but I unfortunately really can't share them. If you need me...
# PDF metadata In the PDF metadata, there is: For the small document (4 pages) that crashes with the value-error: ``` '/Creator': 'Acrobat PDFMaker 9.1 for Word', '/Producer': 'Adobe PDF...
> Out of curiosity: where did you put that workaround to check for empty strings? In `aes_cbc_decrypt`; but I just checked `if len(data) == 0: return data`. That's also where...