I m not sure if this is right question to ask.
I am trying to get php to make PDF file and email it to some one when they enter enough information. is it even possible as i have no idea how would you do this...
Yes. You'll either need to use a commercial product, such as activePDF Toolkit, or learn the PDF Format. It isn't too terribly hard, for simple PDF files.
You can use html to pdf converter see the link http://www.rustyparts.com/pdf.php
First read your php file and then write that to an html file then convert this html to pdf file using above specified link program.
Hey, I'm new to all this but had a question along these lines. I have an html form online that once the user submits the form, it gets emailed directly to me as an html email. It's been working out ok, but could be better. Ideally, i'd like to have it sent as a pdf so I can just print out the attachment.
Do you know how i can go about doing this? Any help is appreciated. Thanks,
Joe
I m not sure if this is right question to ask.
I am trying to get php to make PDF file and email it to some one when they enter enough information. is it even possible as i have no idea how would you do this...
PDFlib is a development tool for PDF-enabling your software, or generating PDF on your server. PDFlib offers a simple-to-use API for programmatically creating PDF files from within your own server- or client-side software. PDFlib doesn't make use of third-party software for generating PDF, nor does it require any other tools.
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.