pdf generation via php

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • shrini

    pdf generation via php

    Friends.

    I am doing a billing application for a shop.

    There, the bills should be generated as pdf for printing.
    The users inputs the data via forms and data is stored in MySQL table.

    I dont want to complie pdflib.

    is there any html2pdf app is there?
    or any other easy way?

    Thanks.
    T.Shrinivasan.

  • Geoff Muldoon

    #2
    Re: pdf generation via php

    tshrinivasan@gm ail.com says...
    Friends.
    >
    I am doing a billing application for a shop.
    >
    There, the bills should be generated as pdf for printing.
    The users inputs the data via forms and data is stored in MySQL table.
    >
    I dont want to complie pdflib.
    >
    is there any html2pdf app is there?
    or any other easy way?
    Look at FPDF.

    Geoff M

    Comment

    • Colin McKinnon

      #3
      Re: pdf generation via php

      shrini wrote:
      >
      There, the bills should be generated as pdf for printing.
      The users inputs the data via forms and data is stored in MySQL table.
      >
      I dont want to complie pdflib.
      >
      is there any html2pdf app is there?
      or any other easy way?
      >
      There is at least one open source app out there, although its rather long in
      the tooth now - certainly didn't handle css but it could cope with jpegs
      and gifs provided they were in a simple layout. Couldn't remember the name
      of it so had a look a look in Google in found this:



      I guess Google was down when you tried.

      C.

      Comment

      Working...