Help in XML

  • Thread starter Thread starter Support
  • Start date Start date
S

Support

In my app I need to convert a structured XML file into a PDF file. I can use
XSL FO to achieve this. Are there any other options? Maybe through a .NET
base class?

Please suggest.
 
In my app I need to convert a structured XML file into a PDF file. I can use
XSL FO to achieve this. Are there any other options? Maybe through a .NET
base class?

Please suggest.

FO is the way to go
there is certainly no built in class for it

The only other alternative, depending on your XML, is to use a PDF API
library (do a web search, there are a few) and directly control the
PDF creation by hand

Vin
 
I think you should use MSXML parser to access your xml file and use a PDF convertor COM to convert it to PDF.
 
Back
Top