gpt4 book ai didi

ghostscript - 使用 Ghostscript 渲染空白页面

转载 作者:行者123 更新时间:2023-12-03 22:47:26 25 4
gpt4 key购买 nike

如何使用 ghostscript 创建空白页面?我想在将多个 PDF 合并在一起时执行此操作 - 类似于:

`gs -dNOPAUSE -o /path/to/output input1.pdf <blank-page-here> input2.pdf

最佳答案

更明确地说明 KenS 的建议:

 gs                  \
-o new.pdf \
-sDEVICE=pdfwrite \
-f input1.pdf \
-c showpage \
-f input2.pdf \
-c showpage \
-f input3.pdf \
-c showpage

将在 new.pdf 中插入一个额外的空白页每个 input{1,2,3}.pdf的数据之后已处理。

关于ghostscript - 使用 Ghostscript 渲染空白页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26394789/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com