Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 933 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 933 Bytes

pdfformextractor

A Java Command Line Application

What it (eventually) does:

  • Reads data from pdf forms in pdf documents
  • Exports the data in the forms to various outputs
    • text
    • csv
    • other formats

How it is built and how it works

  1. Uses Maven to build
  2. Uses picocli for command line argument parsing
  3. Uses PDFBox for PDF manipulation
    • This brings in Apache Commons Logging but doesn't force any particular logger.