Signature image quality

Home Forums Bugs and Troubleshooting Signature image quality

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #19471 Reply
    admin2
    Keymaster

    Hi.

    You can try to use ‘fpro2pdf_sig_output_options’ filter at functions.php where ‘nrtzvr’ is the field key of signature:

    add_filter( 'fpro2pdf_sig_output_options', 'fpro2pdf_sig_output_options_func', 10, 2);
    function fpro2pdf_sig_output_options_func( $options, $field ) {
        if ($field == 'nrtzvr')  {
             $options['penWidth'] = 2;
       }
      return $options;
      }
    • This reply was modified 6 years, 8 months ago by admin2.
    • This reply was modified 6 years, 8 months ago by admin2.
Viewing 1 post (of 1 total)
Reply To: Signature image quality
Your information: