James
James

Reputation: 41

Displaying a PDF in a control in Visual Basic 2010

I just installed Visual Basic 2010, went through some tutorials on how to display files, but can't find any material on how to select and embed existing PDF files into a form. Any suggestions or pointers in the right direction would be great, thanks!

Upvotes: 4

Views: 22272

Answers (3)

Lou Franco
Lou Franco

Reputation: 89242

Disclaimer: I work at Atalasoft.

We make a GUI control that can load a bunch of image formats, and an add-on to turn PDF pages into images. The GUI control (ImageViewer) is part of our free SDK (DotImage Photo) and you can learn about the add-on here: http://www.atalasoft.com/products/dotimage/pdf-reader

Upvotes: 0

Jeroen Ritmeijer
Jeroen Ritmeijer

Reputation: 2792

Just embed a browser control in your form and navigate that to the PDF file. That should do the trick.

Upvotes: 3

Jules
Jules

Reputation: 1371

There aren't too many out of the box controls for that. Anyway, this guide might be helpful:

http://visualbasic.about.com/od/quicktips/qt/disppdf.htm

Upvotes: 1

Related Questions