py-pdf / pypdf

A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files
https://pypdf.readthedocs.io/en/latest/
Other
7.73k stars 1.36k forks source link

Insert image on a signature field in pypdf #2708

Closed thusharagokulnath closed 4 weeks ago

thusharagokulnath commented 4 weeks ago

Hi I am creating some pdf with pypdf which has some signature fields.

Is there any way of putting signature image in a PDF field. 'Signature': {'/T': 'Signature', '/FT': '/Sig', '/TU': 'Signature'}

Thank you