I have the following PHP file:
MOD EDIT: External link removed.
I would like to dynamically convert it to a PDF file and download it to the user's computer.
I'm looking for a full-featured PHP class that would do that for me. Can't really use the php pdf because it is too complex and I have to build the file myself.
Has anyone used anything that has worked AND can provide some assistance on how to set it up.
What I want is a link: CLICK HERE to download a PDF of the file...
That sort of this. When the user click, the PDF downloads. Simple?
Thanks...