|
| |
|
|
J-man
Posts: 936 From: Canada Status: offline
|
PDF to MS access database and back to PDF - 3/9/2002 11:55:13
I was in planetpdf and was told that this would take about 6 months to achieve and that there would be major issues because acrobat is a program that hates html and has configuration problems. THAT Only pressed me harder to complete teh project and it was one of the easiest thing to do, now i'm getting email about how to do it. Well here it goes. In the Pdf form you can choose to export the form data as either FDF or HTML format, HTML format is the standard urlEncoded string, but for this string to work you have to place this at the bottom of the page: <SCRIPT LANGUAGE="JavaScript"> document.location.href="http://www.company.com/page.asp" </SCRIPT> and this at the top between teh head tags: <BASE HREF="http://www.company.com/page.asp"> In the pdf when you select HTML form for exporting the form data, you just put in: http://www.company.com/page.asp Now with all that in mind, the string will go the desired html page at which case you can retrieve the variables as you would any urlEncoded string that is appropiate for the application you are making, or you can use Request to parse the whole application page. So now you have an asp page that can use email components to send the variables, even to a database. to retrieve the info from the database into the pdf you would use one of the scripts here: http://www.laundrymat.tv/pdf/ ofcourse you would have to create an asp page that merges the database info with the pdf, possibly by a unique field. That simple! BTW - my first tutorial, i'm no technical writer so if you have any questions, you can email me jason_havelock@yahoo.ca --- keep in mind i'm busy so don't expect a quick reply
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|