I am working with javaScript, and I need to print a div from my html page with its style ! is that possible? any recommandation?
Asked
Active
Viewed 3,316 times
2
-
Possible duplicate of [Download a div in a HTML page as pdf using javascript](https://stackoverflow.com/questions/17293135/download-a-div-in-a-html-page-as-pdf-using-javascript) – masonCOD Jul 26 '18 at 15:17
-
1Yes it's possible see this https://wkhtmltopdf.org/ – Emeeus Jul 26 '18 at 15:18
-
@masonCOD the other post is about PHP I am asking for javascript – Ben Mustapha Sabrine Jul 26 '18 at 15:36
1 Answers
1
My recomendation, send it to a backend service and process the entity using this: https://wkhtmltopdf.org/
Its the best html to pdf parsers i have tested...

Thiago Natanael
- 171
- 6