i am using MVC framework in .net, so i am having the requirement like
showing a
PDF form in the aspx file which are created by me only using Adobe
acrobat
LiveCycle designer so when the user fill the data in the PDF file and
says
submit i have to store that pdf file in the data base so i am not
getting how to
communicate with PDF file to Our MVC framework and then to database(SQL
2008).
and one more thing is like i am having 'n' number of PDF files which are
shown
in aspx file so i want create one table where it will have the XML data
refer to particular pdf file based on it's name and id.
on
the hole i
want show XML data which is stored in the data base as PDF file in the
aspx
pages(as embedded pages) and i want to store the PDF file as XML data in
the
database.