ralfstuckert / pdfbox-layout

MIT License
156 stars 74 forks source link

HTML support #13

Closed amrfaissal closed 7 years ago

amrfaissal commented 7 years ago

Hi @ralfstuckert. Any pointers on how to use pdfbox-layout with HTML markup? Thanks.

ralfstuckert commented 7 years ago

What exactly is your intention resp. your expectations?

amrfaissal commented 7 years ago

Ability to parse HTML/CSS input and render it inside the PDF. After some digging, this can be achieved using JSOUP. If you're interested, I'll raise a PR with this feature.

ralfstuckert commented 7 years ago

This project is intended to provide some thin layer on top of PDFBox to ease creation of simple documents. Converting HTML to PDF is out of scope. Sorry :-\