画像を押すと印刷されます

画像を押すとPDFをダウンロードできます。

\n" + "\n"; } function printme(evt) { if (!evt) { // Old IE evt = window.event; } var image = evt.target; if (!image) { // Old IE image = window.event.srcElement; } src = image.src; link = "about:blank"; var pw = window.open(link, "_new"); pw.document.open(); pw.document.write(makepage(src)); pw.document.close(); }