Popularity
7.7
Declining
Activity
4.6
-
42
6
0

Monthly Downloads: 27
Programming language: Haskell
License: MIT License
Tags: PDF     Filetypes    

hpdft alternatives and similar packages

Based on the "PDF" category.
Alternatively, view hpdft alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of hpdft or a related project?

Add another 'PDF' Package

README

hpdft (Haskell PDF Tools)

hpdft is a PDF parsing tool. It can also be used as a command to grab text, metadata outline (i.e. table of contents) from PDF.

Command usage:

hpdft [-p|--page PAGE] [-r|--ref REF] [-R|--refs] [-T|--title]
             [-I|--info] [-O|--toc] FILE

Available options:
  -p,--page PAGE           Page number
  -r,--ref REF             Object reference
  -R,--refs                Show object references in page order
  -T,--title               Show title (from metadata)
  -I,--info                Show PDF metainfo
  -O,--toc                 Show table of contents (from metadata)
  --trailer                Show trailer object
  FILE                     input pdf file
  -h,--help                Show this help text

install

Clone this repository and do cabal-install.

$ cabal install