Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 406 Bytes

File metadata and controls

12 lines (10 loc) · 406 Bytes

PDFReactor

A REST API built using Java that utilizes the PDFReactor Library to create 508 Compliant PDFs

Running App

  1. Clone Repo
  2. Download the PDFReactor library
  3. Add library's jar to build path.
  4. Convert the project to a Maven Project
  5. Update Maven Dependencies (Always check the location of .m2 folder before doing this, just in case)
  6. Maven run: install
  7. Maven run: spring-boot:run