1.Adobe Arobat Pro can edit form fields with only a few controls;
2. Display PDF, available with Pdfobject.js,chrome?
@{
Viewbag.title = @ViewBag. AAA;
}
<link href= "Https://pdfobject.com/css/examples.css" rel= "stylesheet"/>
<script src= "Https://pdfobject.com/js/pdfobject.min.js" ></script>
<p>this example uses one line of javascript.</p>
<div class= "pdfobject-com" ><a href= "http://pdfobject.com" >PDFObject.com</a></div>
<script>
Pdfobject.embed ("Http://files.cnblogs.com/files/yansc/Date31.pdf");
</script>
<!--analytics, unrelated to any example code presented on this page--
<script>
(function (i, S, O, G, R, a, m) {
i[' googleanalyticsobject '] = r; I[R] = I[r] | | function () {
(i[r].q = I[R].Q | | []). push (arguments)
}, I[R].L = 1 * new Date (); A = S.createelement (o),
m = S.getelementsbytagname (O) [0]; A.async = 1; A.SRC = g; M.parentnode.insertbefore (A, m)
}) (window, document, ' script ', ' https://www.google-analytics.com/analytics.js ', ' GA ');
GA (' Create ', ' ua-1394306-6 ', ' auto ');
GA (' send ', ' pageview ');
</script>
Server-side Receive commits
[HttpPost]
public int Index (string postData2)
{
Stream postdata = Request.inputstream;
StreamReader reader = new StreamReader (postdata);
String postcontent = reader. ReadToEnd ();
Reader. Close ();
return-1;
}
PDF table Fields (FormField) in HTML to display and submit data to the server