.NET PDF and Word viewers

Are there PDF and Word viewers that one can implement into a .net application? I'm interested in having a viewer that will take a 'screenshot' of a word or pdf document that i will be able to write over in a paint-like environment. Any ideas?
[259 byte] By [arsenik] at [2007-11-20 1:33:42]
# 1 Re: .NET PDF and Word viewers
Microsoft Word as you should've known is virtually proprietary (meaning the vast majority of the files are unreadable because you don't know how to read them). Most PDFs can be read, and Adobe will tell you how to do it. Just follow their extremely complicated directions on their file format specifications. There are open source implementations for PDF reading, but I doubt any of them are complete. So, if you want complete PDF and Word support, you probably have to go buy the components.
Lee Cheon-Sin at 2007-11-9 12:07:29 >