Hi jan_blaha.
I made an attempt to add the single signature page via pdf-utils and it was satisfactory! The margin did not affect her, as was desired.
However, I got a new problem. Apparently, I'm not able to use some css properties, like the flex display for example, to keep two "div" side by side.
I am using the following code:
<div style="display: flex; flex-direction: row">
<div style="width: 40%; border: 1px solid black;">
<span>Origin Certification</span>
</div>
<div style="width: 40%; border: 1px solid black;">
<span>Destination Certification</span>
</div>
</div>
I also tried to insert an html and body tag, but it didn't affect it at all.
I researched the pdf-utils operation Append to see if I found anything, but nothing related to this problem.
In the generated PDF file, it looks like this:
I also noticed that the footer of the page added via pdf-utils, cut the lower right corner compared to the other pages normally generated
Footer generated on the signature page
Footer generated on the normal page