Resize authorization signature in custom invoice design?

Hi,

I have enabled the setting to require client signature for quotes and to show it in the pdf. The signature shows up in the pdf, however, is there a way to resize the client signature in a custom invoice design? I created a new invoice design and can get the signature to display in the pdf but it takes up the whole width of the page and nothing that I’ve tried has worked for resizing it. I have tried:

Inserting as an image which resulted in the pdf not rendering at all.
{
“image”: “$signature”,
“fit”: [200, 100]
}

Inserting it inside a column displayed the signature but still displayed it spanning the entire width of the pdf pushing the contents of the next column off the page.
{
“columns”:[
$signature,
{
“text”: “lorem ipsum…”
}
]
}

Any other method that I’ve tried where the signature is placed inside { } would also not render the pdf at all.

Is it even possible to resize the client signature? if so, what is the method to do so?

Thanks

Hi,

Sorry, I’m not sure. The v4 custom designs can be very difficult to use, you may want to consider trying in v5.