Your message dated Tue, 26 Oct 2021 17:45:39 +0200
with message-id <[email protected]>
and subject line Re: mudraw: doesn't output to stdout
has caused the Debian Bug report #787426,
regarding mudraw: doesn't output to stdout
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.)


-- 
787426: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787426
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mupdf-tools
Version: 1.7-1

According to the manpage, mudraw should output to stdout if no -o is specified. But when I don't specify -o, nothing happens:

$ mudraw -F png /usr/share/doc/quilt/quilt.pdf 1 > test.png
$ ls -s test.png
0 test.png


-- System Information:
Debian Release: stretch/sid
 APT prefers unstable
 APT policy: (990, 'unstable'), (500, 'experimental')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages mupdf-tools depends on:
ii  libc6            2.19-18
ii  libfreetype6     2.5.2-4
ii  libjbig2dec0     0.11+20120125-1
ii  libjpeg62-turbo  1:1.4.0-7
ii  libopenjp2-7     2.1.0-2.1
ii  zlib1g           1:1.2.8.dfsg-2+b1

--
Jakub Wilk

--- End Message ---
--- Begin Message ---
On Mon, 1 Jun 2015 18:17:35 +0200 Jakub Wilk <[email protected]> wrote:
According to the manpage, mudraw should output to stdout if no -o is specified. But when I don't specify -o, nothing happens:

$ mudraw -F png /usr/share/doc/quilt/quilt.pdf 1 > test.png
$ ls -s test.png
0 test.png

Manpage says:

-o output
The output format is inferred from the output filename. Embed %d in the name to indicate the page number (for example: "page%d.png"). Printf modifiers are supported, for example "%03d". If no output is specified, the output will go to stdout.

It is a bit ambiguous, but it does not say "if -o is not specified", so what "no output" means is -o "". You can also say -o -.
--- End Message ---

Reply via email to