c# - Add to MSSQL from PDF form -


i have pdf form used purpose of creating inspection reports. using c# winforms gui accept data users, insert data mssql db, , populate said pdf form. latter achieved using itextsharp library.

i have been receiving requests process reversed, whereby, users enter data form, more visually appealing interface, then, through means of pdf button or similar, take data form fields in background, , save db. flow be: users populate pdf form > button clicked > data saved db > pdf form saved local machine.

can recommend way of acheiving this? if there way of making pdf buttons invoke c# scripts, ideal, have button save form, , invoke script passing form filepath parameter.

thanks in advance.

my preference use web interface or, highcore mentioned, wpf.

acrobat allow database interface pdf forms. here @ adobe's website. other option pdfs support javascript use post data web service.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -