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.

Reply via email to