Generate a PDF from an HTML Div [duplicate]

0

Good evening, everyone ...

I would like to know what I can use to generate a PDF from a selected div.

It could be in Jquery, VB, VB net or Javascript.

Could you help me?

    
asked by anonymous 21.11.2017 / 21:55

1 answer

-1

Dude, I'll do it this way.

I get the element (id or class) and put the event of (CTRL + P) that opens the option to print the page or save as pdf.

or

You'll have to pick up the element and turn it into a canvas.

- > Exporting an HTML DIV to PDF by CSS ?

link link

    
21.11.2017 / 23:19