I want to open a doc/docx file to a specific page using Word. Currently I use Process.Start() and can't figure it out with what to replace it for this job.
The purpose is just for viewing the document. I have a database based on fileLocation/pageNumber and this function must open the file directly to that page.
I would appreciate any solution/alternative. Thank you!