-1
我想導出選定的div爲PDF。該div包含文本,圖像和一些圖表。導出HTML div內容爲pdf,點擊按鈕
<div id="newdiv">
<img src="http://imgsv.imaging.nikon.com/lineup/lens/zoom/normalzoom/af-s_dx_18-140mmf_35-56g_ed_vr/img/sample/sample1_l.jpg" height="200px" width="200px">
<p>A Paragraph A Paragraph A Paragraph A Paragraph</p>
</div>
<button type="button">click</button>
與所有的CSS屬性
感謝亞歷杭德拉,這是好的,但我想出口與images.with這段代碼,我無法導出圖像。可以給你一個例子的文字和圖像。 – saran
哦,我明白了。我不確定是否支持導出圖像,如此插件...嗯。那另一個呢? https://www.npmjs.com/package/html-pdf這一個似乎甚至支持的圖像,基於我在這裏看到的GitHub問題:https://github.com/marcbachmann/node-html-pdf/issues/44 –