Нет вывода из pdftk

6214
Matteo

Я пытаюсь добавить фон в PDF с помощью pdftk:

$ 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-документами. Copyright (c) 2003-13 Steward and Lee, LLC. Посетите веб-сайт www.pdftk.com. Это бесплатное программное обеспечение; см. исходный код для условий копирования. Нет НИКАКИХ гарантий, даже в отношении ТОВАРНОГО ОБЕСПЕЧЕНИЯ или ПРИГОДНОСТИ ДЛЯ ОСОБЫХ ЦЕЛЕЙ.

Есть идеи, в чем может быть проблема? Существуют ли другие (бесплатные) альтернативы для добавления PDF в качестве фона для второго PDF?

6
Та же проблема здесь gozzilli 8 лет назад 0

1 ответ на вопрос

6
lowellosaurus

I had the same issue after upgrading to OS X 10.11 El Capitan.

The solution Sid Stewart, the creator of pdftk, offered up to a different stack exchange question did the trick for me.

Question: https://stackoverflow.com/q/32505951

Answer: https://stackoverflow.com/a/33248310

Похожие вопросы