#1142816 pdfxup: May --tight-frame or --tf take an argument or may they not?

#1142816#5
Date:
2026-07-26 15:36:57 UTC
From:
To:
Package: texlive-extra-utils
Version: 2024.20250309-2
According to the manpage of pdfxup, the options “tight-frame“ or “tf” may take an argument:
“-tf [0|1], --tight-frame [0|1]”
However:
$ pdfxup -o out.pdf --tight-frame 0 in.pdf
All options after PDF file (0) will be dropped.
pdfxup error: file "0" not found; exiting.
$ pdfxup -o out.pdf --tight-frame 1 in.pdf
All options after PDF file (1) will be dropped.
pdfxup error: file "1" not found; exiting.