StackFlower
StackFlower

Reputation: 721

JavaScript library to generate PDF from HTML (Phonegap compatible)

I am searching for a (client-side) JavaScript library which can generate a PDF file from the current opened HTML page. It should be compatible with Phonegap(iOS AND Android) as well.

I found jsPDF but it doesn't seem to work with Phonegap. Are there alternatives?

Upvotes: 1

Views: 2431

Answers (1)

Kamyar Gilak
Kamyar Gilak

Reputation: 1042

You can check this question, It offers a solution to generate a pdf from HTML in both server side and client side by diffrent library

Javascript PDF Generator library

wkhtmltopdf and PhantomJS are good server side solution for your issue

Upvotes: 1

Related Questions