data-pdf-fieldreader: Read PDF form fields

[ data, library, mit, program ] [ Propose Tags ]

Simple function to extract PDF form field values from a PDF file.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0
Change log CHANGELOG.md
Dependencies base (>=4 && <5), bytestring (>=0.10.12 && <0.11), containers (>=0.6.4 && <0.7), data-pdf-fieldreader, megaparsec (>=9.1.0 && <9.2), optparse-applicative (>=0.16.1 && <0.17), text (>=1.2.4 && <1.3) [details]
License MIT
Copyright 2021 Scott Sedgwick
Author Scott Sedgwick
Maintainer Scott Sedgwick <scott.sedgwick@gmail.com>
Category Data
Home page https://github.com/ScottSedgwick/Data.Pdf.FieldReader
Uploaded by ScottSedgwick at 2021-08-16T06:03:33Z
Distributions
Executables pdfreader
Downloads 204 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for data-pdf-fieldreader-0.1.1.0

[back to package description]

Data.Pdf.FieldReader

Hackage MIT license

This is a minimal library for reading the data in form fields out of a PDF document.

Updated to be able to read hex-encoded field values, and multiline field values.

A trivial example of how to use this library can be found in app/Main.hs in the source repository.