XSL-FO (Or Any Method) For PDF Creation With Images
I need to create PDF's with embedded signature images from either HTML or XML (whichever is easier, I have XSLT's to take care of the transformation from source data) and email them automatically.
As far as I know the tFileoutputPDF component can't do images. Is it possible to use Apache FOP?
http://xmlgraphics.apache.org/fop/ Also, is there a way to create some sort of conditions? Like if filename = X send to email address 123. if filename = Y send to email address 456 etc?