Need advice on email to PDF

Discussion in 'Programming' started by towil, Apr 9, 2011.

  1. #1
    I want to send a personalised pdf as an email using information submitted via a web site.
    is there a fre script that can do this
     
    towil, Apr 9, 2011 IP
  2. NathanFalkner

    NathanFalkner Peon

    Messages:
    28
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Others will likely be able to give you better guidance, but
    here's something that may help...

    Find a script called "html2pdf" -- a quick search in Google
    will point you in the right direction.

    You'll likely want to have a script that can process whatever
    data is submitted via a website and then processed via the
    "html2pdf" program. Finally, you'd likely use mail() on the server
    (or something similar) to send the PDF via e-mail.

    Again, there's likely to be a simpler solution, but what I outlined
    above would work provided you have the technical skills to
    implement this solution or to hire someone else to do it for you.

    Good luck!
     
    NathanFalkner, Apr 10, 2011 IP
  3. sojic

    sojic Active Member

    Messages:
    133
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    90
    #3
    At the moment I am on iPad, so i can tell you to try http://www.fpdf.org/

    Later I will paste more php2pdf solutions
     
    sojic, Apr 12, 2011 IP
  4. sojic

    sojic Active Member

    Messages:
    133
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    90
    #4
    sojic, Apr 13, 2011 IP