Print Page | Close Window

generating and emailing PDF

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=16531
Printed Date: 29 March 2026 at 7:00pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: generating and emailing PDF
Posted By: urbantruth
Subject: generating and emailing PDF
Date Posted: 12 September 2005 at 7:27pm

I have a client that has this masive application that needs to be filled out entirely online and then when submitted it creates a pdf and emails it to his office. So as a ASP noob I think i bit off more than i can chew any idea? I would appreciate any help that could get me started. Thanks.

 
and idea i had was all the data would go into a database when it was submitted and then go to another page that would query the database and make a html page that would then be converted to a pdf saved on the server then emailed.
 
probably the hard way.



Replies:
Posted By: Gullanian
Date Posted: 12 September 2005 at 8:24pm
Haven't come accross any PDF maker objects, however emailing attachments is easy with most of the major email component objects.

Your way sounds fine, it will make updates and changes to the data easy.


Posted By: dpyers
Date Posted: 12 September 2005 at 8:39pm
I've done some long form apps - like mortgage applications. Usually wind up carrying the info in a session object and serializing it to the db at the end of each page or when the page unloads. If you put some code in the page to keep the session alive, it lets the user navigate back and forth through the app and refreshes the page and session object with changes they make.

You also need to have the user set up an account so they can login and resume where they left off in case they can't fill out the form in one sitting.

There's several asp pdf makers out there - asppdf is one. Most do an ok job if you keep it simple.


-------------

Lead me not into temptation... I know the short cut, follow me.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net