2
Answers

how to save a xml as pdf in windows forms

kaushik guru

kaushik guru

5y
995
1
As of now in am generating some xml files based up of come querys like this
 
File.WriteAllText("D:\\Guru\\IB\\AMLNameCheck.htm", strHTMLContent.ToString());
webBrowser1.Navigate("D:\\Guru\\IB\\AMLNameCheck.htm");
 
Right now i dont want to change my xml style that is designed else, i just need to save the xml file as  pdf
 kindly guide me 
Answers (2)