Wouldn't it be great if we could design and convert our own HTML document into PDF. There is a ton of HTML goodies and templates on the web already, from Invoices, tables, reports etc...
I might have already touched on this in previous posts, but there is open source java available to do just that already.
I'm sure this can be made part of core Aware product (probably at cost)
Here are some resources on this:
ITEXT®
Programmable PDF Software
http://itextpdf.com/
Flying Saucer
https://code.google.com/p/flying-saucer/
Flying Saucer takes XML or XHTML and applies CSS 2.1-compliant stylesheets to it, in order to render to PDF (via iText), images, and on-screen using Swing or SWT.
Convert HTML to PDF Using Java
http://hmkcode.com/itext-html-to-pdf-using-java/
Cheers