esign tags in PDF source document not detected
Hi folks,
My software creates PDF contracts with the nodejs library html-pdf. So my source file is html and this is then converted into a PDF document. However, when using this PDF as my contract document in Box my tags are not detected as such. The part of my html that defines the tags is as follows:
<div class="report-title">
<div class="title">{{contract_data.contract_name}}</div>
<div><p>Name: [[t|0 ]]</p></div>
<div><p>Date: [[d|0 ]]</p></div>
<div><p>Signature: [[s|0 ]]</p></div>
</div>
Am I doing something wrong?
Post is closed for comments.
Comments
1 comment