[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug reporting and patch for texlive-extra-utils: pdfxup



Dear everyone,

 

In case you might find this of use, please find attached a proposed patch against the pdfxup script from texlive-extra-utils v 2020.20200417-1.


Not sure how to properly submit a bug report. Proceed as you see fit.

 

Cheers,

 

Janis

 

 

834c834
< nbp=`$GS -sDEVICE=bbox -dNOPAUSE -dQUIET -c "($file) (r) file runpdfbegin pdfpagecount = quit"`
---
> nbp=`$GS -sDEVICE=bbox -dNOSAFER -dNOPAUSE -dQUIET -c "($file) (r) file runpdfbegin pdfpagecount = quit"`
1338c1338
< mv $MVopt $filename.pdf $OUTF
---
> mv $MVopt "$filename.pdf" "$OUTF"
1342c1342
<   rm $RMopt $filename.*
---
>   rm $RMopt "$filename".*


Reply to: