removeproofs
Francesco Minnocci 2 years ago
parent e24c70fab8
commit e245525dd5
Signed by: BachoSeven
GPG Key ID: 2BE4AB7FDAD828A4

@ -22,6 +22,6 @@ while [ "$k" -lt $((n/2)) ]; do
done done
# Output final pdf # Output final pdf
pdftk $inputMul4 cat $range output $outputImpaginato pdftk "$inputMul4" cat $range output "$outputImpaginato"
rm "$empty" $inputMul4 rm "$empty" "$inputMul4"

Loading…
Cancel
Save