我正在尝试使用 pdftk 向 PDF 添加背景:
$ pdftk ./sources/Skills.pdf background ./Background.pdf output test.pdf verbose
Command Line Data is valid.
Input PDF Filenames & Passwords in Order
( <filename>[, <password>] )
./sources/Skills.pdf
The operation to be performed:
filter - Apply 'filters' to a single, input PDF based on output args.
(When the operation is omitted, this is the default.)
The output file will be named:
test.pdf
Output PDF encryption settings:
Output PDF will not be encrypted.
No compression or uncompression being performed on output.
Creating Output ...
然后进程就卡住了。它创建了输出文件,但没有任何内容。
$ ls -l test.pdf
-rw-r--r--@ 1 corti macports 0 Aug 9 14:27 test.pdf
我正在使用 pdftk 2.02
pdftk 2.02 一款处理 PDF 文档的便捷工具 版权所有 (c) 2003-13 Steward and Lee, LLC - 请访问:www.pdftk.com 这是免费软件;请参阅源代码以了解复制条件。不提供任何担保,甚至不提供适销性或特定用途适用性的担保。
知道问题可能出在哪里吗?还有其他(免费)替代方案可以将 PDF 添加为第二个 PDF 的背景吗?
答案1
升级到 OS X 10.11 El Capitan 后我遇到了同样的问题。
pdftk 的创建者 Sid Stewart 在另一个 stack exchange 问题中提出的解决方案对我很有帮助。
答案2
检查您是否添加了带有“/”的值,只需删除或替换即可。我遇到了同样的问题,现在它又恢复正常了!