讓你的linux成為pdf生產者 ^_^

來源:互聯網
上載者:User
1.將.ps 檔案轉化成pdf檔案
ps2pdf,預設情況下都是安裝的
ps2pdf 通過GhostScript將 PostScript檔案 輸出為PDF檔案
如果沒有安裝,這兩者要安裝
判斷:ps2pdf -v看看有沒有提示
Usage: ps2pdfwr [options...] (input.[e]ps|-) [output.pdf|-]
說明安裝了!
簡單使用
ps2pdf xxx.ps xxx.pdf
ps2pdf -dOptimize=true report.ps //最佳化產生預設檔案名稱的pdf,在目前的目錄下!
ps2pdf -dEmbedAllFonts=true WonderDog.ps//嵌入字型
ps2pdf -dUseFlateCompression=true greatNovel.ps //壓縮
//為印表機產生pdf,也可以識別的
/ebook  為PDA等小螢幕的裝置
/screen  為低解析度顯示器
/default 所有
ps2pdf -dPDFSETTINGS=/printer galleyProof.ps

2.將多個pdf檔案合并成一個檔案
pdfjoin
pdfjoin是PDFjam包的一部分,預設不安裝
安裝:
sudo apt-get install pdfjam
使用
man pdfjam

3.將任何能列印的檔案轉化為pdf
cups-pdf
設定
1.進System -> Administration -> Printing
2.New Printer
3.Print into PDF file
4.Select Printer from Database  :   Generic
5.PostScript Printer   : Generic PostScript Printer
6.Apply

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.