Your message dated Sun, 24 Jan 2010 15:24:22 +0100
with message-id <[email protected]>
and subject line Re: Bug#541343: pdfsam-console - output files not readable
has caused the Debian Bug report #541343,
regarding pdfsam-console - output files not readable
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
541343: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541343
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pdfsam
Version: 1.1.3-1
Severity: serious
Hello,
when invoking pdfsam-console regularly, I just get no error but unreadable
files.
When following the instructions from pdfsam-console -h, I get the following:
$ java -jar /usr/share/pdfsam/lib/pdfsam-console-2.0.5e.jar concat
tmp/shell/*.pdf > a.pdf
log4j:WARN No appenders could be found for logger
(org.pdfsam.console.business.parser).
log4j:WARN Please initialize the log4j system properly.
.... and unreadable files :)
Any suggestions? I can forward the files should that be informative, but I
presume
my problem is just very much file-invariant.
Cheers,
Steffen
-- System Information:
Debian Release: squeeze/sid
APT prefers oldstable
APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages pdfsam depends on:
ii gcj-jre [java2-runtime] 4:4.3.3-9 Java runtime environment using GIJ
ii java-gcj-compat [java2-ru 1.0.80-5.1 Java runtime environment using GIJ
ii libdom4j-java 1.6.1+dfsg.2-1 flexible XML framework for Java
ii libitext-java 2.1.5-1 Java Library to create and manipul
ii libjaxen-java 1.1.1-3 Java XPath engine
ii libjgoodies-looks-java 2.2.2-1 library with Swing look&feel imple
ii liblog4j1.2-java 1.2.15-7 Logging library for java
ii openjdk-6-jre [java2-runt 6b16-4 OpenJDK Java runtime, using Hotspo
pdfsam recommends no packages.
pdfsam suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi,
Steffen Moeller schrieb:
> when invoking pdfsam-console regularly, I just get no error but unreadable
> files.
> When following the instructions from pdfsam-console -h, I get the following:
>
> $ java -jar /usr/share/pdfsam/lib/pdfsam-console-2.0.5e.jar concat
> tmp/shell/*.pdf > a.pdf
that creates an empty file because you did not read the help text:
pdfsam-console -help concat
The command
pdfsam-console -f file1.pdf -f file2.pdf -o ./out.pdf concat
works fine for me.
Cheers,
Torsten
--- End Message ---