8-1-1
無痛產生PDF
您沒有觀看影片的權限
請先登入,登入後,確認您的權限後,即可觀看影片。
- 利用現有服務來產生PDF,如:https://www.addtoany.com/
- 此法必須將模組丟到可以連得上的網站並安裝後才有作用,http://localhost 是不行的喔~
- 點擊 Get the Share Buttons 選擇「Any site」
- 然後點擊 Choose Services… 設定需要的服務
- 其中有PDF功能的為 printfriendly
- 點擊「Get Button Code」複製語法,並貼到樣板檔即可,如 templates\op_tad_signup_actions_show.tpl:
<div class="alert alert-info">
<{$detail}>
</div>
<!-- AddToAny BEGIN -->
<div class="a2a_kit a2a_kit_size_32 a2a_default_style">
<a class="a2a_dd" href="https://www.addtoany.com/share"></a>
<a class="a2a_button_facebook"></a>
<a class="a2a_button_printfriendly"></a>
</div>
<script async src="https://static.addtoany.com/menu/page.js"></script>
<!-- AddToAny END -->
<{$files}>
link to https://github.com/tadlearn/tad_signup/commit/32463d7535f9bd22eadfbd0694ed819cc7b665b0 \