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