差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

tech:centos-pdf [2010/12/07 20:43] – 建立 jonathantech:centos-pdf [2010/12/07 20:49] (目前版本) jonathan
行 1: 行 1:
 +====== CentOS 5 設定 PDF Printer ======
 +主要是安裝 cups-pdf 來產生這個 PDF Printer, 這個 rpm 在 [[http://download.fedora.redhat.com/pub/epel/5/x86_64/|epel]] 內已經有打包好直接安裝..
 +
 +安裝 epel 的方式可以參考 http://fedoraproject.org/wiki/EPEL/FAQ#howtouse
 +<code sh>
 +su - root
 +rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
 +yum install cups-pdf
 +</code>
 +
 +安裝完成之後, 就會出現一台 Cups-PDF 印表機, 預設印出的 pdf 檔案會出現在桌面上, 如果需要更改, 可以修改 /etc/cups/cups-pdf.conf 內的 Out 設定.
 +
 +===== 參考網址 =====
 +  * http://www.withoutink.com/apple/how-to-install-cups-pdf-virtual-pdf-printer-in-snow-leopard/
 +
 +{{tag>centos pdf printer}}