Skip to content

Instantly share code, notes, and snippets.

@narkisr
Created April 21, 2013 13:41
Show Gist options
  • Save narkisr/5429613 to your computer and use it in GitHub Desktop.
Save narkisr/5429613 to your computer and use it in GitHub Desktop.
Document scanning 101
# printer setup
sudo aptitude install hplip simple-scan
# Batch scan
sudo scanimage -b --batch-count=5 --batch-start=1 --source ADF --mode Gray
# converting to PDF
/usr/bin/gm convert *.pnm result.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment