Page 1 of 1

Allow user to save / export webpage???

Posted: Thu Oct 29, 2009 4:56 pm
by mdemetri2
Ok I am wanting to allow users who use my site to complete some questions via forms and save to mysql database, when they have submitted they get a preview - essentially a return of their submitted answers including previews of photos they have attached.

What I want there to be is an option to then save this as a file / export somehow - pdf or image or anything that keeps it as a recorded file. This make sense? Free or licensed plugin is fine.............

Let me know what you thinks.

Cheers
Demetri

Re: Allow user to save / export webpage???

Posted: Fri Oct 30, 2009 11:56 am
by davegmpd
Zend Framework has a plugin that will allow you to generate PDFs - it's not too difficult to master.

Tutorial here:

http://devzone.zend.com/article/2525

Dave