--- pixces <[EMAIL PROTECTED]> wrote: > Im a php developer from India, currntly im busy in a project where we > require some php tp pdf conversion work. The flow is as follws.. > > A user submits a HTML form and the data from the form goes into the > database... now what we require is that a link to a PDF file is to be > emailed to the user and the PDF document should contain the complete > filled form (i.e., the form along with all the data submited by the > user), this PDF page can be downloaded and is to printed. > > So.. my problem is that can anyone suggest me some script / class / > library / tutorial through which i can accomplish this task. > > Thanks, > Regards > Zainul
You will probably need to use a tool like html2pdf to convert an HTML output to a PDF format. James _____ James D. Keeline http://www.Keeline.com http://www.Keeline.com/articles http://Stratemeyer.org http://www.Keeline.com/TSCollection http://www.ITeachPHP.com -- Free Computer Classes: Linux, PHP, etc. Fall Semester Begins Sep 7 -- New Classes Start Every Few Weeks. ------------------------ Yahoo! Groups Sponsor --------------------~--> Most low income households are not online. Help bridge the digital divide today! http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/HKFolB/TM --------------------------------------------------------------------~-> Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
