?? test.php
字號:
<?phpif ($printable != 'yes') { require('html2fpdf.php'); $html = "coucouc"; $pdf = new HTML2FPDF(); //echo "------"; $pdf -> DisplayPreferences('HideWindowUI'); $pdf -> AddPage(); $pdf -> WriteHTML($html); //-- $html = ob_get_contents(); $pdf->Output('doc.pdf', 'I');}?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -