Where would I find the settings to change the output image size of the signature that is produced? I am placing this image inside a .php file in Gravity PDF.
Where would I find the settings to change the output image size of the signature that is produced? I am placing this image inside a .php file in Gravity PDF.
There is no configuration available for the size of that image. Our signature add-on utilizes this script: http://www.supersignature.com/faq.aspx I could not find any option for image size there either. Can you increase the size of the image before including it in your PDF? I'm not sure what hooks are available to you with that add-on. You could use the PHP function imagecopyresized with a hook, or possibly after the entry is created, using gform_after_submission
http://php.net/manual/en/function.imagecopyresized.php
http://www.gravityhelp.com/documentation/page/Gform_after_submission