resize a pdf file with better reading performance
- haskell platform
- texlive or something else with pdflatex
- haskell MissingH package:
cabal install MissingH
- haskell HSH package:
cabal install HSH
runhaskell Main.hs file name.pdf
or
ghc -o Main Main.hs
./Main file name.pdf
Pdf file name can have spaces in it.