我想將具有相同寬度和高度的EPS圖轉換爲PDF圖。Ghostscript:如何將EPS轉換爲具有相同頁面大小的PDF
以下命令:
gswin32 -dSAFER -dNOPLATFONTS -dNOPAUSE -dBATCH \
-sDEVICE=pdfwrite -sPAPERSIZE=letter -dCompatibilityLevel=1.4 \
-dPDFSETTINGS=/printer -dCompatibilityLevel=1.4 -dMaxSubsetPct=100 \
-dSubsetFonts=true -dEmbedAllFonts=true -sOutputFile="test.pdf" \
-f "test.eps"
只生產一個字母的頁面大小的PDF文件。
任何幫助將不勝感激。
下面是測試EPS文件:https://dl.dropboxusercontent.com/u/45318932/test.eps
大。不能接受兩個答案。但我已經投票贊成你們兩位。 – 2015-02-19 14:27:59
@Leo:你應該接受KenS的回答 - 他是第一個...... :-) – 2015-02-19 14:32:06
@KurtPfeifle完成。 :)謝謝KenS和Kurt。 – 2015-02-19 14:33:17