Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 581 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 581 Bytes

pdfNewsize

resize a pdf file with better reading performance

Things you need:

  • haskell platform
  • texlive or something else with pdflatex
  • haskell MissingH package: cabal install MissingH
  • haskell HSH package: cabal install HSH

Usage:

runhaskell Main.hs file name.pdf

or

ghc -o Main Main.hs
./Main file name.pdf

Notes:

Pdf file name can have spaces in it.