8.1 Universal App C# : how open pdf file in specific page -


i develop windows universal app (8.1) in c# , want open local pdf file @ specific page using adobe pdf reader (not rendering pdf in application).

someone has ? after hours of search seems impossible :(

according this pdf, found through adobe reader command line reference, it's command line

acrobat.exe /a "page=123" "c:\example.pdf" 

but that's desktop executable. may work mobile well.


Comments