vb.net - View PDF file without Acrobat Reader installed -
is possible view pdf file in vb.net without having acrobat reader installed? if yes, how?
i haven't tested myself, this discussion should have many answers you. there many ways included in link show pdf answer question: "how can create own pdf viewer?". also, main problems might face during development handled, too.
the 2 answers got there are:
1- try line:
system.diagnostics.process.start("d:\test.pdf");
2- using browser widget, explained briefly in link. that, should write line alongside others:
mywebbrowser.navigate("d:\test.pdf")