Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AngularJS: how to produce reports for print?

I am going to embrace AngularJS, but I have a small doubt about the production of print reports.

My primary need is to print invoice-like reports, i.e. use one (HTML+CSS) template for each of my class of reports, with the ability to interpolate data from model.

I see jsreport exists, and looks promising.

The question is:

Is jsreport the only solution to produce print reports in AngularJS? Do you have alternatives to propose and support?

like image 478
MarcoS Avatar asked Nov 10 '22 23:11

MarcoS


1 Answers

I am using wkhtmltopdf for converting html reports with google graphs and Data Tables to PDF and its working fine for me and This is much easier too,

You can use this as an alternative.

like image 154
AbhiNickz Avatar answered Nov 15 '22 11:11

AbhiNickz