pyHanko icon indicating copy to clipboard operation
pyHanko copied to clipboard

pyHanko: sign and stamp PDF files

Results 19 pyHanko issues
Sort by recently updated
recently updated
newest added

I am trying to sign a pdf using a pkcs12 file: All it is ok (although the stamp text font is too small and cannot make it bigger), except if...

Hi Matthias, I would like to kindly ask for your guidance once again. I have a similar objective as reported in #6. Let me explain. I have a PDF whose...

enhancement

Hi, this is a great CLI tool, thanks for creating it. **Describe the bug** With `prompt_pin: False`, the PIN Pad should be usable. However, it's not activated and a signature...

enhancement

## Description of the changes Use PROTECTED_AUTH instead of None as the user pin to activate the PIN Pad with PKCS#11 Devices. Resolves #133 ## Checklist Please go over this...

Hi! First of all, this is not an issue with the toolkit itself. So far it works great for my uses. I'd love to see more "alpha quality" code like...

enhancement
help wanted

Note: this grew out of a conversation with @fornwall on PR #33 . As I mentioned over there, the CLI code used to be much more of a thin wrapper...

enhancement
help wanted

**Describe the bug** Crash when trying to decrypt Adobe.PubSec encrypted file **To Reproduce** I'm afraid this will be very hard to reproduce, since I can't share the files used to...

**Describe the bug** I'm getting the following error when trying to sign a document: ``` File ".venv/lib/python3.11/site-packages/pyhanko/sign/signers/functions.py", line 150, in async_sign_pdf return await pdf_signer.async_sign_pdf( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File ".venv/lib/python3.11/site-packages/pyhanko/sign/signers/pdf_signer.py", line 1505, in...

The stamp font and box position are vertically inverted from what is expected. This issue only occurs in PDFs that are converted from HTML. For other PDFs, the font and...

enhancement

**Describe the bug** When you create a signature on a page that has the Rotate Parameter (e.g. `/Rotate 90`) with the rotate_with_page paramter set to False then the visible Signature...

enhancement