Question 3 

$ for f in *pdf
> do
>     pdftotext - - < $f | \
>     sed -e 's/^L//' | \
>     grep .
> done > data.b64