1

I have textarea in my site(link shortening site) i want to user enter some kind of text and as a return i will give(shorten link) a pdf file which user can download.How can i do that with php do i need extra library or default php libraries are capable of doing that?(i am working on windows machine by the way)(site using php mysql apache latest versions)

Burak Dede
  • 3,725
  • 5
  • 40
  • 53
  • This dupe will help: http://stackoverflow.com/questions/733219/converting-html-to-pdf-using-php – random Sep 07 '09 at 08:32

1 Answers1

1

This should help you

And I found fpdf as well. :)

But I think the first solution will suit it more because it is not from a third party

Chathuranga Chandrasekara
  • 20,548
  • 30
  • 97
  • 138