/usr/bin/zxpdf is in xpdf 3.04-1ubuntu1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 | #!/bin/sh
echo "IMPORTANT: The zxpdf script has been deprecated. Support for compressed pdf's"
echo " is now provided automatically by the standard xpdf command."
echo " zxpdf will no longer be available after the release of Debian 7."
xpdf $@
|