In a project I have convert html file into pdf,than it\'s working fine.But this output not showing css design.Now I need a suggestion how can I add css design with this pdf file
Hmm! I think this post can give you all you need, with mPDF: how to add css file in mpdf
With jsPDF I only know about the hard way: http://mrrio.github.io/jsPDF/doc/symbols/jsPDF.html (See Method Summary).
Hope it helps!