954,587 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Php With Pdf

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

ashneet
Junior Poster
147 posts since Jun 2005
Reputation Points: 10
Solved Threads: 1
 

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.

tgreer
Made Her Cry
Team Colleague
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37
 

or use this free toolkit. Quite simple once you get your head around some basic examples...

http://www.ros.co.nz/pdf/

sarahk
Junior Poster
144 posts since Apr 2005
Reputation Points: 10
Solved Threads: 1
 

Thanks
I will look into both the methods.

ashneet
Junior Poster
147 posts since Jun 2005
Reputation Points: 10
Solved Threads: 1
 

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.

srikanth1243
Newbie Poster
7 posts since Oct 2005
Reputation Points: 10
Solved Threads: 0
 

You can also search more free tutorials and toolkit on scripts sides like hostscripts.com, needscripts.com, searchscripts.com

hostingoption
Newbie Poster
3 posts since Oct 2005
Reputation Points: 10
Solved Threads: 0
 

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

gmc8757
Newbie Poster
1 post since Oct 2005
Reputation Points: 10
Solved Threads: 0
 
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.

fsn812
Junior Poster in Training
93 posts since Jan 2004
Reputation Points: 41
Solved Threads: 2
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You