今天在測試列印.ps並且轉換成.pdf的過程中發現了一個相當有趣的現象。
那就是我必須以root身份執行下列指令:
1.由plain text文件產生.ps file
bg5ps -if file -of file.ps
2.使用gv檢視新產生的.ps file
gv file.ps &
如果使用user就會出現
"unknown device: x11alpha"
"error: postscript interpreter failed in main window"
3.使用ps2pdf將.ps轉換成.pdf格式
ps2pdf file.ps
PS. 如果利用程式本身的print to file功能產生.ps檔案就不用以root身份開啟執行程式. eg,用galeon的file->print 我是用user身份開啟galeon的,產生.ps後還是要從第二步接下去產生.pdf file
請各位大大多給予您的看法或建議