1
Answer

convert html data to pdf in devexpress using c#.net

my problem is the html data need to convert pdf. i was tried the code but it is showing error plz help me . below code is there.


RichEditDocumentServer srv = new RichEditDocumentServer();
            srv .LoadDocument("<html>fdhsdfd dshdsfgds</html>");       
          
            using(Stream str= File.Create(@"D:test.pdf"))
            {
                srv .ExportToPdf(str);
            } 
            Process.Start(@"D:test.pdf");
Answers (1)
0
Chandu Kumawat

Chandu Kumawat

NA 1.7k 40.5k 8y
http://www.codeproject.com/Questions/472906/Updatepluslabelplusonpluswindowsplusformplususingp
 
http://stackoverflow.com/questions/17746338/how-to-update-label-text-from-a-timer-event-handler-in-a-different-class
 
 
http://forums.asp.net/t/1630684.aspx?Update+asp+net+label+using+Timer