Displaying PDF files

  • Thread starter Thread starter Frank Rizzo
  • Start date Start date
F

Frank Rizzo

How can I display a PDF file in my VB.NET file?
As a bonus, how can I then subsequently print that file?

Thanks.
 
Hi,

If you have Adobe Acrobat Reader installed, Process.Start (<path to PDF>)
will do it. Once opened, the PDF can be printed using the Print menu from
the reader itself.

HTH

How can I display a PDF file in my VB.NET file?
As a bonus, how can I then subsequently print that file?

Thanks.
 
Shiva said:
Hi,

If you have Adobe Acrobat Reader installed, Process.Start (<path to PDF>)
will do it. Once opened, the PDF can be printed using the Print menu from
the reader itself.

Right, but I want to open and the display the file in my application.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top