Pastoid

ToPDF

The page you are looking at now is at this URL: http://pastoid.com/aoh

This paste was last updated on February 18, 2009 at 11:35 am.

Pasted Coderaw

#!/bin/sh
echo "Enter output file name"
 
read OUT_FILE
#scan a batch
scanimage --format pnm --batch --batch-prompt --resolution 300 --mode Gray
 
#convert the raw file to postscript
convert -density 300 *.pnm out.ps
 
#convert the postscript to pdf
ps2pdf out.ps $OUT_FILE.pdf
 
#remove raw scan files
rm *.pnm
 
#remove old ps files
rm out.ps

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
pastoid.com 11
search.live.com 3
Is this paste spam?
<Hide