Skip to content

MonkeyBrush/FluentPDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I wanted a PDF generation library that didn't require me to layout data on the page using coordinates. My particular use case was a simple 2 column layout with support for radios and checkboxes. In the .NET world, I use QuestPDF. I set to work with Claude AI and it produced the following library with a fluent API that I think makes creating basic PDF content a breeze.
See Demo.java and the uploaded patient intake form for an example.

Thank you to QuestPDF for the inspiration. https://github.com/QuestPDF

About

A basic PDF generation library for Java that uses a Fluent API to easily create PDF documents. Supports Page, Columns, Text, Lines, Tables. Inspired by Quest PDF.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages