
Anonymous
Not applicable
2010-10-19
12:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
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?
242 Views
2 Replies

Anonymous
Not applicable
2010-10-19
12:26 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is a dedicated component called the tXSLT in the XML category to perform that kind of transformation using your own XSL file.
Best regards
Best regards
242 Views

Anonymous
Not applicable
2010-10-19
12:36 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have been using it for regular XSLT 1.0/2.0 stuff, does it actually support XSL-FO? Wow!
242 Views
