How to set custom width for signature field
Hi,
We are generating pdf application forms using html and then the pdf is sent to users for their signature using Adobe Echosign API .
we tried adding in html following html code to adjust the signature field length to fit inside given Div. It didnt help out.
<table cellpadding="0" cellspacing="0" width="250" height="50" ><tr><td><em style="font-size:21pt; width:250px; display:block;">{{Sig_es_:signer1:signature}}</em></td></tr></table>

How do we set the custom width for the signature field?
Thanks in Advance for any help or solution
