-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Digital Signature implementation #101
Comments
This is possible, but it has to be for a consistent document with a box in the same place(on the same page). Basically you treat a signature as a watermark and merge like normal. The way I found best was to use libreoffice(mostly I just had it on hand) and with a little trial and error you can orient a picture of your signature(if you use the gmail app, you can send a scribble which is really useful for getting a signature jpg) where you want it on output page. Then it's just a matter of merging with the given code on line 21 of https://github.com/mstamy2/PyPDF2/blob/aa3319377ba3d8edae69d3fb43d9123f7a4cfa5c/Sample_Code/basic_features.py . I hope that's helpful |
@JZL003 this is what i am talking about http://www.adobe.com/devnet-docs/acrobatetk/tools/DigSig/Acrobat_DigitalSignatures_in_PDF.pdf |
@ovnicraft True, I understand that this does warrant an actual feature and my workaround isn't ideal but if you needed a quick solution I thought it might work. Personally, I have to repetitively sign a lot of documents in the exact same place and this works wonders for me |
Yes works, but my issue is security related. |
Hi, i read many sites and many people recommend start here about this topic.
I want to know if this is planned, i am starting a project with this as requirement so i am python developer and i want to know if its possible start here.
Regards !
The text was updated successfully, but these errors were encountered: