XSLT to PDF

  • Thread starter Thread starter CSharper
  • Start date Start date
Not sure if the option has come up - but, have you thought about using XPS?
It is a fixed document type like PDF - but, it is an xml file so you should be
able to transform your xml to an xps document for printing...

Should be on available on any machine with 3.0 or greater.

Hi Tom,

Thank you for bringing that up, yes currently I am looking at XPS
route since it is build into .net frame work compare to PDF. I am
also tragetting 3.0 framework anyway.

Thanks all for the conversation.
 
Is it possible to do XSLT transform and send the output to PDF
or sorm
form of offline container to view later (with out
transformation)
Thanks,
<<

You can use one on the xsl-fo formatters like <a
href="http://alt-soft.com/"> xml2pdf </a> or fop.
 
Is it possible to do XSLT transform and send the output to PDF
or sorm
form of offline container to view later (with out
transformation)
Thanks,
<<

You can use one on the xsl-fo formatters like <a
href="http://alt-soft.com/"> xml2pdf </a> or fop.
 
Back
Top