Skip to content

Commit

Permalink
avoid pdftk's wrong output filename character convert.
Browse files Browse the repository at this point in the history
  • Loading branch information
n-miyo committed Dec 1, 2010
1 parent a8c8552 commit e174038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kdconv
Expand Up @@ -224,7 +224,7 @@ InfoValue: ${TITLE}
InfoKey: Author
InfoValue: ${AUTHOR}
EOF
pdftk *.pdf output - | pdftk - update_info PDF_INFO output "${DSTFILE}"
cat *.pdf | pdftk - output - | pdftk - update_info PDF_INFO output - > "${DSTFILE}"
else
/System/Library/Automator/Combine\ PDF\ Pages.action/Contents/Resources/join.py --output "${DSTFILE}" *.pdf
fi
Expand Down

0 comments on commit e174038

Please sign in to comment.