I intend to send ajax from chrome to c# controller, and use c# to open a word document and switch to print preview, just as clicking ctrl+p in word 2010/2013.
sendKeys.Send ("^p")
was tried, and it only triggers word 2003 style print dialog box.
Inserting macro into word document doesn't work either.
Is there a way I can achieve it? Thanks!
Edited: What I would prefer is as below: