example.sh 328 B

12345678
  1. bash addcopyright.sh \
  2. --input path/to/paper.pdf \
  3. --output ./paperwcopyright.pdf \
  4. --authors 'M. Exampleauthor, J. Additionalauthor and R. Lastauthor' \
  5. --title 'Fancy Paper Title' \
  6. --venue 'German Conference on Pattern Recognition (GCPR)' \
  7. --year 2021 \
  8. --notice 'Will be published on Springer.'