Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 PSNUP 来缩小我的 PS 文件,但它仅在第一页有效,并且不适用于 o
任何知道的人都可以帮忙。
我的示例文件可以从以下位置下载:-
https://www.dropbox.com/s/9e2le3rvlx9w1yw/1010467351.ps?m
您的文件不符合 DSC(文档结构约定),因此依赖特殊注释的实用程序将无法正常工作。抱歉,这并不能真正帮助解决问题,但至少理解它..
验证 luser droogs 的建议有效。假设您希望第一页保持全尺寸,这就是您需要做的:
ps2ps file.ps - | psselect -p1 > out.ps ps2ps file.ps - | psselect -p2- | psnup -4 >> out.ps