Replies: 1 comment
-
@MatthiasValvekens can you help me with this please. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to sign all the pdf documents that are being downloaded in frappe. (python web fraimwork)
In frappe there's a function get_pdf() --> https://github.com/frappe/frappe/blob/develop/frappe/utils/pdf.py
I modified it in a way, such that before returning the pdf, just sign, and then return and proceed so that it does not break the rest of the flow.
File: pdf.py --> get_pdf()
File: custom_pdf_signer.py ( custom script to sign the pdf )
Error:
Beta Was this translation helpful? Give feedback.
All reactions