locked
How to print a .docx file from Store app? RRS feed

  • Question

  • Hi,

    I want to print a .docx file from C# Windows Store app. Kindly provide a sample and help me out.

    Ashok

    Tuesday, May 13, 2014 1:21 PM

Answers

  • You can ask Windows to launch Word with Windows.System.Launcher.LaunchFileAsync, but you can't automate it.

    In a corporate environment you can install a desktop app to handle the Word automation and invoke that with Windows.System.Launcher.LaunchFileAsync.

    David


    David http://blogs.msdn.com/b/dbrowne/

    Tuesday, May 13, 2014 1:41 PM