I would like to subsequently open the same pdf document multiple times on different pages using c# and Adobe Acrobat Reader. The OS is windows.
From this answer I have learned how to evoke a process to start the reader and open a pdf at a desired page or destination. This works fine. However, the only possibility to re-open a pdf document seems to be the option /n
which creates a new Acrobat Reader window. Without this option, Acrobat seems to ignore any request to open an already opened file.
Is there any possibility to re-open an already opened pdf at a different page without creating a new tab or window in the reader?