Windows Forms Application top open PDF in the application and extract data [duplicate]
Possible Duplicates:
Display PDF in Winform C# A simple PDF viewer windows form Need PDF viewer control - tried a lot …
I am working on an application that is built in using windows forms and C#. This application is going to take in PDF files (via upload button) and store them in a list and have them shown in a listbox (or dropdown) and when the user selects one, I want to have a viewer window in the application that will show the PDF.
I know how to take in the files, however I am not sure how to display the PDF in a window inside the application. Any ideas?
精彩评论