A HTML/Java-based task to replicate PDF layouts using HTML/CSS and generates PDFs programmatically using the openhtmltopdf library.
βββ sample-pdfs/ # Original PDF files for reference
β βββ Sample Account Statements Report.pdf
β βββ Sample BNG P9 Report.pdf
βββ src/
β βββ main/
β βββ java/
β βββ Main.java # Main application entry point
β βββ resources/
β βββ account-statements.html # HTML template for account statements
β βββ p-nine-report.html # HTML template for P9 report
βββ out/
β βββ Sample BNG P9 Report.pdf # Generated PDF output
βββ test/ # Test files (if any)