![]() | | ||||||||
| | #1 |
| Warrior Member Join Date: Sep 2009 Location: Wellington, NZ
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
Hi there I'm looking to make a web-based PHP form that will submit and go away and create a PDF form (ie. fill out fields for a quote for a customer and then it spits out a PDF to send to the customer). Does anyone know how this might be achieved... or better still, some software I might be able to start with and adjust as necessary? Thanks for all help in advance. |
| | |
| | #2 |
| HyperActive Warrior War Room Member Join Date: Mar 2005 Location: Saint Louis, MO, USA.
Posts: 158
Thanks: 1
Thanked 4 Times in 3 Posts
|
I'm going to assume that you are pretty proficient in PHP, and that you'll be able to tweak any script you receive to your specifications. If that's the case, you can try looking through the following Google search results. I don't have a specific program I can point you toward, but you should find plenty to choose from here. Search Terms: php generate pdf on fly Good luck. |
| | |
| | #3 |
| Warrior Member Join Date: Sep 2009 Location: Wellington, NZ
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
Thanks for the input |
|
Alice Project Manager / http://www.killerdesign.com | |
| | |
| | #4 |
| Life is good Join Date: Sep 2009 Location: UK
Posts: 7
Thanks: 0
Thanked 1 Time in 1 Post
|
You can try finding a php class that will do the job for you. All you have to do would be to create an object and pass parameters. Here is an example: weberdev.com/get_example-4804.html |
| On line health clinic Viagra UK | |
| | |
| | #5 |
| HyperActive Warrior War Room Member Join Date: Oct 2008 Location: Perth, Western Australia
Posts: 239
Thanks: 3
Thanked 17 Times in 17 Posts
|
You might find the TCPDF class a useful solution for your needs. Just search for it in Google.
|
|
Warrior For Hire - Freelance web developer/troubleshooter/fixer etc. - Affordable website help | |
| | |
| | #6 |
| Web Developer, IT Support War Room Member Join Date: Dec 2008 Location: Birmingham, UK
Posts: 513
Thanks: 10
Thanked 77 Times in 65 Posts
| dompdf - The PHP 5 HTML to PDF Converter is good. If you're comfortable producing the HTML markup to produce your form, with data from your PHP form included, you can then push that through to DomPDF and it'll output a PDF server side, in browser or for download. |
| | |
| | |
![]() |
|
| Tags |
| form, pdfs, php, produces |
| Thread Tools | |
| |
![]() |