hpdft: A tool for looking through PDF file using Haskell

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.1.3
Change log None available
Dependencies attoparsec (>=0.13.0), base (>=4.6 && <5), binary (>=0.7.5), bytestring (>=0.10), containers (>=0.5), directory (>=1.2), file-embed (>=0.0.9), hpdft, memory (>=0.14.5), optparse-applicative, parsec (>=3.0 && <3.2), semigroups, text (>=0.11), utf8-string (>=0.3), zlib (>=0.5) [details]
License MIT
Author Keiichiro Shikano
Maintainer k16.shikano@gmail.com
Category PDF
Home page https://github.com/k16shikano/hpdft
Uploaded by keiichiroShikano at 2020-07-25T07:30:39Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for hpdft-0.1.1.0

[back to package description]

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

$ cabal install