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") 

Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -