Export CListCtrl data into pdf and doc format
-
Hi, Can anyone tell me how to export a CListCtrl data into pdf/doc format? Thanks
-
Hi, Can anyone tell me how to export a CListCtrl data into pdf/doc format? Thanks
I think you will have to use word automation to create a word document and write data to it. The following link might be helpful: http://support.microsoft.com/kb/316384[^] Following would be a good read on how to programmatically create an RTF document: XHTML2RTF: An HTML to RTF conversion tool based on XSL[^] You can find many PDF creators if you google for it.
-
I think you will have to use word automation to create a word document and write data to it. The following link might be helpful: http://support.microsoft.com/kb/316384[^] Following would be a good read on how to programmatically create an RTF document: XHTML2RTF: An HTML to RTF conversion tool based on XSL[^] You can find many PDF creators if you google for it.
Hi Rajessh.T.S, Thanks for your reply.The link you have given me for word document is in C#.I havent worked on C#.Please suggest me some links in C++/VC++. Thanks
-
Hi Rajessh.T.S, Thanks for your reply.The link you have given me for word document is in C#.I havent worked on C#.Please suggest me some links in C++/VC++. Thanks
Please check http://support.microsoft.com/kb/196776[^] Some other links that might help you would be: Demonstration of OLE Automation of MS Word[^] http://www.codeguru.com/cpp/misc/misc/article.php/c6091/[^]