> 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.
> 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.
thomas wenning - 18 Oct 2004 08:57 GMT
> > Hi,
> >
[quoted text clipped - 10 lines]
> >
> > Thanks.
Hi Frank,
read this example http://www.codeproject.com/dotnet/pdfthumbnail.asp.
You can use the Acrobat 5.0 SDK
http://partners.adobe.com/asn/acrobat/download.jsp#fullinstall
for your problem.
Greeting
Thomas