Skip to content

ochomoswill/pdf-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

PDF Builder Task

A HTML/Java-based task to replicate PDF layouts using HTML/CSS and generates PDFs programmatically using the openhtmltopdf library.

πŸ—οΈ Project Structure

β”œβ”€β”€ 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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published