1
<style>
 input[type="submit"]{background-color: red;}
 .myButton{background-color: red;}
</style>
<input type="submit" value="Submit" class="myButton">

The input button is not getting the styling.

Krishna9960
  • 529
  • 2
  • 12
  • this would work, maybe you have another class overriding it? – Xander Luciano Aug 29 '16 at 16:31
  • @XanderLuciano : http://www.evopdf.com/demo/HTML_to_PDF/PDF_Forms/Auto_Create_PDF_Forms.aspx I tried adding in this page HTML form and tried generating the PDF. The pdf is not getting the style. Can you please write for me so that it works – Krishna9960 Aug 29 '16 at 16:53

1 Answers1

0

When converting HTML forms to interactive PDF forms the submit buttons use a standard style for PDF forms, they cannot use all styles you define in HTML document

EvoPdf
  • 523
  • 3
  • 9