06-10-2015 04:54 AM
Dear All
I need to preview word file in my fron panel. But when i'm using active X control and web wrowser like this topic CLICK the file is open with Word but i want to preview it using LABVIEW ? Can you give me some advice and ist it possible ?
Solved! Go to Solution.
06-10-2015 05:05 AM
I don't think it's possible. As far as I am aware there is no way to 'embed' office applications into other applications. Perhaps you could try to generate a PDF/HTML file from the word document and embed that in a browser control?
06-10-2015 05:13 AM
Could you send me some example how can i do it ?
06-11-2015 06:37 AM
Hi
Today I build simple script with powershell to convert all word files in the folder into pdf and now i can preview the pdf files usindg web browser. Thanks for the idea 🙂