Is there a way to change the signature background to transparent? currently it seems to be white and when placing it on a pdf, it blocks out everything behind it.
I have a case where the signature block on the pdf is small so I would like the signature to overflow the block as if someone signed above the text around it.
Signatures are stored as SVG files on our side, so you should be able to treat it as such which means it should be possible to “manually” convert the SVG to an image with a transparent background using an NPM package before using it in your PDF.