"Frank Rizzo" <(E-Mail Removed)> schrieb im Newsbeitrag
news:(E-Mail Removed)...
> Shiva wrote:
> > 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
> >
> > "Frank Rizzo" <(E-Mail Removed)> wrote in message
> > news:#(E-Mail Removed)...
> > 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 Frank,
read this example
http://www.codeproject.com/dotnet/pdfthumbnail.asp.
You can use the Acrobat 5.0 SDK
http://partners.adobe.com/asn/acroba...sp#fullinstall
for your problem.
Greeting
Thomas