Jack
Jack

Reputation: 1

PDF generation from AngularJS

I made an AngularJS page with multiple tables, and I need a pdf generation solution. I'm working in a Phonegap context.

The tools I found until now were not able to handle the CSS in my page (like JSpdf).

Do you know some great tools to solve my problem ?

Thanks in advance.

Upvotes: 0

Views: 245

Answers (1)

Karan Bhutwala
Karan Bhutwala

Reputation: 797

You can try phantomJS. http://phantomjs.org It provides print to pdf function too.

Upvotes: 1

Related Questions