0

Possible Duplicate:
Create a PDF file with PHP

Me and my friend are creating a user based feedback website, now when someone posts a project of theirs and it's over 5,000 characters for example we want to be able to link a user to a pdf of that project. Now we don't know how to generate a pdf, we don't want saved pdf files on our server we just want the contents of the posts from the database displayed on a pdf. Thanks for any help, very much appreciated!

Community
  • 1
  • 1
NardCake
  • 130
  • 2
  • 9

1 Answers1

0

Take a look at TCPDF. It looks like it has some of the functionality you are looking for.

Tsubashi
  • 730
  • 11
  • 26