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
Mohamed AbedallahPosted Jul 25, 2019, 10:08 AM
Here is an example of how to use the DocumentConverters class to achieve this with minimal code:
https://www.leadtools.com/sdk/document/document-converter
Also, you can use the cloud services for reading barcodes, see this link:
https://services.leadtools.com/documentation/tutorials/net-cs-conversion-tutorial
Leon DPosted Jul 11, 2019, 8:37 PM