PDF Viewer for Win Form App using C#
-
Hi, Is there any control available in Visual Studio 2008, which i can use to see pdf files in my Win Form Application, somewhat like RTF controls? Thanks Karmendra
-
Hi, Is there any control available in Visual Studio 2008, which i can use to see pdf files in my Win Form Application, somewhat like RTF controls? Thanks Karmendra
Did you try for example: acrobat viewer control net framework[^]
The need to optimize rises from a bad design.My articles[^]
-
Did you try for example: acrobat viewer control net framework[^]
The need to optimize rises from a bad design.My articles[^]
Is there nothing available form open source or freeware, I just need to view the pdf file on disk, needs nothing more other than viewing the pdf document, printing, zoom navigate etc are not required.
-
Is there nothing available form open source or freeware, I just need to view the pdf file on disk, needs nothing more other than viewing the pdf document, printing, zoom navigate etc are not required.
Acrobat Reader itself is free to use. In the search results there was an interesting looking article on top: http://www.codeproject.com/KB/cpp/ReaderWrapper.aspx[^]. Perhaps it would help you forward. Also I believe that there are several other good hits on the results so have a look at them. Adding one keyword more (freeware) to the search gives you about 50,000 hits... Google is your friend.
The need to optimize rises from a bad design.My articles[^]