I'm new to using jsPDF, am able to generate normal PDF fine, but when am trying to apply external CSS or normal style background color its does not have any effect.
My JSP includes are:
<script src="Javascript/external/jspdf.js"></script>
<script src="Javascript/external/jspdf.plugin.standard_fonts_metrics.js"></script>
<script src="Javascript/external/jspdf.plugin.split_text_to_size.js"></script>
<script src="Javascript/external/jspdf.plugin.from_html.js"></script>
<script src="Javascript/external/jspdf.debug.js"></script>
I am using the script below to generate HTML.