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...

Recommended Answers

All 7 Replies

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.

Thanks
I will look into both the methods.

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...

http://pear.php.net/package/File_PDF

Quote from site:

Description: This package provides PDF generation using only PHP, without requiring any external libraries.

--
or:

http://www.pdflib.com/products/index.html

Quote from site:

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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.