Click to See Complete Forum and Search --> : PDF control in c#
krispatil
Jul 12th, 2006, 08:58 AM
Hi,
I am trying to open pdf file in windows control using c#.Does anybody knows the cotrol which will be helpful for PDF.Another requirement is that the control should allow to select text programmitically.
Thanks in advance.
krishna.
mendhak
Jul 15th, 2006, 07:54 AM
You'll probably have to buy a PDF viewer control to embed into your application. Your other option would be to use a webbrowser control in your application, and load the PDF into it, so that all the functionality is available to you. This assumes, of course that the PDF plugins for the browser are present.
jmcilhinney
Jul 15th, 2006, 08:48 AM
You can embed Adobe Reader in your apps via the ActiveX component that is installed on your machine along with the reader. You can add it to your VS Toolbox from the COM Components tab. Anyone who has Abobe Reader installed will then be able to use your app to view PDF documents. If you want something that does not require Adobe Reader then you may like to check out the iText# link in my signature. I'm not 100% sure what its capabilities are. I know it can generate PDFs but I don't know what else.
mendhak
Jul 15th, 2006, 08:49 AM
Oh yeah, the PDF ActiveX. :forehead:
krispatil
Jul 17th, 2006, 02:42 AM
Thanks a lot for for your Valuable suggestions.
michalss
Mar 27th, 2009, 01:54 AM
Hello i have Acrobat Reader 9, 8 but i ca't see this option and not either in COM tab ??? Please help
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.