Oh yeah, and unlike the build in cf xslt stuff and CF_XSLT you *can* pass
params to the style sheets.

-----Original Message-----
From: Rob Rohan [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 18, 2002 11:04 AM
To: CF-Talk
Subject: SOT: PDF files with MX on the fly


<plug price="free">
I just finished a custom tag this weekend called cfx_treebeard. It can do
xslt transformations AND can translated FO documents into PDF. In other
words if you have the urge to do

XML + FO -> PDF

on the fly you can with this tag. It is of course free and open source. It
usage looks like:

<cfx_treebeard
        type="2"
        xml="#xmlstring#"
        xsl="C:\wwwroot\whatever\topdf.fo"
        outfile="C:\wwwroot\3rdQ\fin.pdf"
>
<cflocation url="fin.pdf"/>


you can get the tag at http://treebeard.sourceforge.net/cfx_treebeard.php

Have fun
Rob
</plug>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Reply via email to