Skip to main content
Question

esign tags in PDF source document not detected

  • May 22, 2025
  • 1 reply
  • 4 views

Forum|alt.badge.img

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?

1 reply

Forum|alt.badge.img

It is possible to get an example of the pdf and html files?