Hi Chad, that's currently not possible using PDFBox.
There are several projects dealing with that topic. One approach is to convert or doing it's own rendering done by projects such as http://weasyprint.org or http://html2fo.sourceforge.net The other approach is to use the browser as a render engine e.g. http://code.google.com/p/wkhtmltopdf/ or http://phantomjs.org. I used fop and a browser based approach in the past. Both have their pros and cons. There are also commercial products for that purpose. BR Maruan Sahyoun

