Click to See Complete Forum and Search --> : XML to PDF


webdev1
05-13-2004, 02:05 PM
Does anyone know if you can use XML (or maybe XSL) to convert a webpage, specifically a cold fusion page (cfm), to a PDF. We are trying to create a "printable version" of one of our web pages and we are having issues using regular cfm pages b/c of different margin settings and it would need to be printed landscape, etc. I thought I remembered reading somewhere that you could use XML (or something called XSL-something to do this?)Thanks in advance for any info.

redijedi
05-13-2004, 02:49 PM
It's called XSL-FO. Yes, I believe you can use it with CF (XSLTransform()). Try for a reference on how to.http://www.w3schools.com/

webdev1
05-13-2004, 02:55 PM
Thanks! I'll look into that. Appreciate it.