So just to make it clear... I have a PDF or Word document that I want to make into a fillable form in an mvc view.
I would like the data that is typed in to the document's fields sent to the mvc controller so that is can be stored to the
back end database.
Is this even possible. Can you use a PDF / Word Document as a view in mvc, This would save lots of time vs having to make a mvc view with the bootstrap nonsense.
The form is really long and I personally don't want type all this stuff in a format it to fit in the razor view.
But I understand if this is not possible .
Thanks