<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>TWPUG問答 - 如何不將 PDF 回傳給瀏覽器後列印，而直接由印表機印出</title>
<link>http://blog.roodo.com/rocksaying/archives/2927395.html/</link>
<description><![CDATA[php pdf print

請問 PDF 可以不要顯示在瀏覽器上面，而是直接按下列印鈕(列印)後，直接由印表機印出嗎？
于Taiwan PHP User Group所見問題


可以，但不要忘了 PHP 是在 server 端執行，所以 PHP 將使用 server 端設定的印表機輸出列印資料。請把設計思維整個切換到 client-server 架構，然後想想你的軟體運作環境是否方便從 server 端的印表機輸出資料。如果是公司內部那就可以，因為公司內部大部份是將資料集中到網路印表機輸出，當然也可以讓 PHP 直接把 PDF 輸出到網路印表機。如果是公開環境，例如使用者坐在自己家裡上網，那就不行了。

]]>
	</description>
<language>zh-tw</language>
<generator>Roodo Blog System</generator>
<copyright>All Rights Reserved</copyright>
<atom:link href="http://blog.roodo.com/rocksaying/archives/2927395-comment.xml" rel="self" type="application/rss+xml" />
<item>
	<title>回應：TWPUG問答 - 如何不將 PDF 回傳給瀏覽器後列印，而直接由印表機印出</title>
	<description><![CDATA[感謝您這篇文章救了我^^]]>
	</description>
	<link>http://blog.roodo.com/rocksaying/archives/2927395.html</link>
	<guid>http://blog.roodo.com/rocksaying/archives/2927395.html#comment-18624925</guid>
	<author>lanma0307@gmail.com(lanma)</author>	<category>文章回應</category>
	<pubDate>Fri, 27 Feb 2009 14:41:54 +0800</pubDate>
</item>
</channel>
</rss>