print-pdf
http://localhost:9002/?print-pdf
orhttp://localhost:9002/index.html?print-pdf#/
GITHUB
專案複製下來修改的可以忽略這段,預設已加入
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
Ctrl+p
開啟列印視窗目的地
Chrome
專屬的 另存為 PDF
54.0.2840.71 m (64-bit)
為例
1.勾選背景圖形
2.儲存
背景圖形
Chrome
54.0.2840.71 m (64-bit)
為例
設定水平列印
FireFox
以
Firefox 48.0.2
為例
設定水平列印
IE
以
Internet Exporer 11.633.10586.0
為例
設定水平列印
Edge
以
Microsoft Edge 25.10586.0.0
為例
暫找不到列印背景
的選項
匯出頁面的 URL 加上`print-pdf`後,瀏覽器會出現跑版,但實際產出的 PDF 是正常的
HTML