pdftk fails with "output" option
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gcj-4.5 (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned | ||
pdftk (Ubuntu) |
Confirmed
|
Undecided
|
Johann Felix Soden |
Bug Description
Binary package hint: pdftk
When invoking pdftk with `pdftk a.pdf output /tmp/b.pdf` (I also tried `pdftk a.pdf cat output /tmp/b.pdf`), pdftk fails with the following messages:
Unhandled Java Exception:
Unhandled Java Exception:
java.lang.
at gnu.gcj.
at java.lang.
at java.lang.
at java.lang.
at java.lang.
at java.lang.
ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: pdftk 1.44-1
ProcVersionSign
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
Date: Mon May 9 14:51:36 2011
ProcEnviron:
LANGUAGE=de_DE:en
PATH=(custom, user)
LANG=de_AT.utf8
LC_MESSAGES=
SHELL=/bin/bash
SourcePackage: pdftk
UpgradeStatus: Upgraded to natty on 2011-04-28 (11 days ago)
Changed in pdftk (Ubuntu): | |
assignee: | nobody → Johann Felix Soden (johfel) |
Changed in pdftk (Ubuntu): | |
status: | Fix Released → Confirmed |
Thank you for taking the time to report this bug.
It seems that a double exception occurs: First something unknown throws an exception, then the Stack-Tracer fails.
To track the bug down, here two questions:
1) Have you tried different input pdf files?
2) Does something like pdftk a.pdf dump_data output /tmp/a.txt work?