由买买提看人间百态

topics

全部话题 - 话题: dsafer
(共0页)
l******t
发帖数: 108
1
来自主题: CS版 - pdf
如果是 ps->pdf 可以用 gs
gs -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sPAPERSIZE=letter
-dMaxSubsetPct=100 -dSubsetFonts=true -dEmbedAllFonts=true
-sOutputFile=output.pdf input.ps
再用xpdf带的pdffonts(??)检查一下字体是不是都内嵌了.
J*******r
发帖数: 379
2
来自主题: TeX版 - ps 怎么转pdf
if you have gostscript, you can try:
gswin32c.exe -sPAPERSIZE=letter -dSAFER -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -
sOutputFile="outputname.pdf" -c save pop -f "inputname.ps"
g*********r
发帖数: 124
3
先把文档转换成 .ps 格式,比如用 dvips,然后
gswin32c -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dPDFSETTINGS=/printer
-dCOMPatibilityLevel=1.4 -dMaxSubsetPct=100 -dSubsetFonts=true -
dEmbedAllFonts=true -sOutputFile=your_file.pdf your_file.ps

mu
gw
发帖数: 2175
4
来自主题: Windows版 - latex => winxp+ winedt+yap 0.98 + gs8.11
为什么不能显示 latex 里的想欠的eps文件呀?
用dvipdf生成的PDF文件里也没有图.其他正常.
同样的latex文件在 linux 下 latex + dvipdf能显示图形.
logbook里有这样的信息:
....
phvr8r: checksum mismatch
32: no glyph!
Sending D:\Program Files\texmf\dvips\base\tex.pro...
d:\PROGRA~1\gs\gs8.11\bin\gswin32c.exe -I"d:\program
files\gs\gs8.11\lib;d:\program files\gs\fonts;d:\program
files\gs\gs8.11\Resource" -r75.000000x75.000000 -g876x619 -sDEVICE=bmp256 -q
-DBATCH -dNOPAUSE -dSAFER -sOutputFile=andle -start:
d:\PROGRA~1\gs\gs8.11\bin\gswin32c.exe -I"d:\progra
(共0页)