Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 526 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 526 Bytes

pdfstamp

Writes some text centered at the top of each page of a PDF file.

Requires:

Usage:

pdfstamp.py --stamp <text> --infile <filename> --outfile <filename> --pdflatex <filename>

where

  • --stamp <text> specifies the text to write at the top of each page
  • --infile <filename> specifies the PDF file to read
  • --outfile <filename> specifies the PDF file to write to
  • --pdflatex <filename> specifies location of pdfLaTeX (default /usr/bin/pdflatex)