Problem: I have a WPF application which is hosting a Win Form User Contorl inside it which then hosts Adobe PDF reader inside it. I am able to load a PDF file into the user control and then display the PDF file in the WPF application. Now the PDF file is an editable PDF file. So the user has got some boxes on it and they can add text into it.
Is there a way to read the already loaded PDF file with the input from the end user into either bytes or an array list or something. I just want the user to click a button called "Submit" and the application should read the content of the document in the Adobe Reader control and either submit it to a database or to an XML file.
I have had a look at paid editions of PDF viewer which do something similar but would prefer a free control which would allow me to achieve this.