Generieren Sie PDF aus HTML in div mit Javascript
Ich habe den folgenden HTML-Code: <!DOCTYPE html> <html> <body> <p>don't print this to pdf</p> <div id="pdf"> <p><font size="3" color="red">print this to pdf</font></p> </div> </body> </html> Alles, was ich tun...