Move knowledge from .asp kind to .pdf form
I need your help…at my wits finish.
I need to send some information from a kind, to my Access DB and a few information to an Acrobat file (I’ve become a form). Sending to my db isn't any downside. i want to grasp the way to send the data to my Acrobat file.
Lets create it simple:
I’ve removed everything however one kind element…
MyAspForm.asp
<html>
<head>
</head>
<body>
<form id=”myform”>
<input type=”text” id=”firstname” name=”firstname”>
</form>
</body>
</html>
MyPdfForm.pdf
How do I move the info from one kind to the other?
Can this even be done with .asp
I’ve seen websites showing the way to try this with .asp.net and .php….however, i have to try this with .asp
I did see one alternative page showing the way to go from html kind to pdf, however with this one every one who uses it (the form) should modification their MIME settings for pdf and Windows seven treats MIME differently than previous systems...so you cannot create the modification.
Can anyone be of any help?