How can i put the signature with a transparent backgound?

Gravity Forms
20 January, 2022 08:22:47
TossaDivers
Topics: 2
Messages: 2
When i create a PDF with signature comming from gravoty forms with a signature, i can't put the background transparent or without any background, so the signature appears with white background covering the text behind .
20 January, 2022 08:53:30
E2Pdf
Support
Topics: 7
Messages: 3188
Hi,

You need to enable transparency on gravity forms signature field as by default Gravity Forms output it with white background.

It can be done by adding filter in functions.php or as PHP snippet:

https://docs.gravityforms.com/gform_signature_url/#1-enable-transparency

Or by modify "Value" for field inside E2Pdf Template as:

[e2pdf-format-output search="&hash" replace="&t=1&hash"]{Signature:8}[/e2pdf-format-output]

* {Signature:8} must be replaced with your signature field identifier.

We remain at your service.
We would really appreciate your feedback at WordPress.org!