Convert an html to pdf [closed]

1

At the moment I develop a app web where I have to generate a pdf from the information that is in a form of Html , the question is that this form would be hidden, at the moment I searched information but php is used which is not allowed in the app that I develop.

I am using javascript , jquery , angularjs , I appreciate the information that can be provided to me, at the moment I have not developed code regarding that conversion, any ideas?

    
asked by FABIAN AGUILAR 22.06.2017 в 03:48
source

1 answer

-1

As mentioned, JSPDF is a great option in case you do not want to involve backend. In my case I had to do something similar for an application made with Cordova for mobile devices and use a plugin that can work for you too, PDF -Generator from CesarVR who gives you a basic example .

    
answered by 22.06.2017 в 06:05