Replies: 2 comments
-
There are many ways to screw up a signature ;). You won't get any actionable feedback if you don't share your code and explain what you are trying to achieve, at the very least. |
Beta Was this translation helpful? Give feedback.
-
Apologize for the confusion. 1.I am writing field annotation to the input pdf stream and taking the updated stream as stream.pkl for signing: Box = [(50,0,150,40),(500,0,350,80),(500,200,350,80)] with open(input_pdf_path, 'rb') as inf:
2.After getting updated steam.pkl, i am signing pdf from this stream. Box = [(50,0,150,40),(500,0,350,80),(500,200,350,80)]
'''''''''''''''''''''''''''''''''''''''''''''' The signed pdf showing is corrupted or altered here the attached screenshot of signed pdf. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have signed the document and in the signature panel it's showing document has been altered or corrupted I have used the valid certificate how it could be ?
Any idea ?
Beta Was this translation helpful? Give feedback.
All reactions