Wygeneruj pdf z HTML w div za pomocą Javascript
Mam następujący kod HTML: <!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> Wszystko, co chcę zrobić, to...