Xml XSLT To PDF How do I?
i took stab @ creating framework generate reports through xml , xslt.
now problem have being able allow user generated report print in pdf. tried saving generated html <cfsavecontent variable="xjy" > , output info cfoutput
<cfdocument format="pdf" marginright="0" saveasname="xxx.pdf">
#xmltransform(xmlobj,xslobj)#
</cfdocument>.
this not working. need outputing info pdf.
what did end generating?
dw
More discussions in ColdFusion
adobe
Comments
Post a Comment