All Projects → k16shikano → hpdft

k16shikano / hpdft

Licence: MIT license
tools to poke pdf using haskell

Programming Languages

haskell
3896 projects

Projects that are alternatives of or similar to hpdft

Docotic.Pdf.Samples
C# and VB.NET samples for Docotic.Pdf library
Stars: ✭ 52 (+44.44%)
Mutual labels:  pdf-parser
pyxpdf
Fast and memory-efficient Python PDF Parser based on xpdf sources
Stars: ✭ 26 (-27.78%)
Mutual labels:  pdf-parser
PDFParser
Swift PDFParser for PDF parsing and text mining. Includes a TrueType font parser
Stars: ✭ 25 (-30.56%)
Mutual labels:  pdf-parser
linkedin-pdf-resume-parser
Parse LinkedIn PDF Resume and extract out name, email, education and work experiences.
Stars: ✭ 22 (-38.89%)
Mutual labels:  pdf-parser
sypht-golang-client
A Golang client for the Sypht API
Stars: ✭ 33 (-8.33%)
Mutual labels:  pdf-parser
content-parser
Content data parser for Ridibooks services
Stars: ✭ 16 (-55.56%)
Mutual labels:  pdf-parser
scipdf parser
Python PDF parser for scientific publications
Stars: ✭ 76 (+111.11%)
Mutual labels:  pdf-parser

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] [-g|--grep RegExp] [-R|--refs]
             [-T|--title] [-I|--info] [-O|--toc] [--trailer] FILE

Available options:
  -p,--page PAGE           Page number (nomble)
  -r,--ref REF             Object reference
  -g,--grep RegExp         grep PDF
  -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 the trailer of PDF
  FILE                     input pdf file
  -h,--help                Show this help text

install

Clone this repository and do cabal-install.

$ cabal install
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].