IE 直接列印 頁面的方式,ie直接列印

來源:互聯網
上載者:User

IE 直接列印 頁面的方式,ie直接列印
1、 通過在IE中載入adobe pdf reader 外掛程式 進行直接列印和列印的配置(推薦)<body>  <object id="pdf1" width="1000px" height="400px" classid="clsid:CA8A9780-280D-11CF-A24D-444553540000">  <param name="src" value="../xdoc/testDoc.do">  </object>  <script language="JavaScript">  pdf1.SetShowToolbar (false);  </script>  <input type="button" value="列印" onclick="pdf1.printAll()">  <input type="button" value="列印(帶對話方塊)" onclick="pdf1.printWithDialog()">  </body> 2、通過  smsx.cab 列印控制項進行直接列印    <object id="factory" style="display:none" classid="clsid:1663ed61-23eb-11d2-b92f-008048fdd814" codebase="smsx.cab#Version=6,3,435,20">  </object>  <script type="text/JavaScript">  function setting () {   if(!factory.object) {           alert("列印控制項沒有正確安裝!");  return;  } else {  factory.printing.header = "";//頁首  factory.printing.footer = "";//頁尾  factory.printing.leftMargin = 1.0;//左邊距  factory.printing.topMargin = 1.3;//上邊距  factory.printing.rightMargin = 1.0;//右邊距  factory.printing.bottomMargin = 1.3;//下邊距   factory.printing.portrait = true;//方向,true:縱向.false:橫向  }  }  </script>  </head>  <script type="text/javascript">  function printPDF(){        factory.printing.Print(true, $("#printIframe")[0].contentWindow.html);           }  </script>  <body onload="setting()">  <input type="button" value="列印PDF" onclick="printPDF()"/>  <iframe style="display:block; width:1200px; height:700px;" name="printIframe" id="printIframe"      src="../xdoc/testDoc.do"></iframe>  </body>

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.