Re: auto generated PDF



On Mar 30, 2:27 am, raf.n...@xxxxxxxxx ("Alain Roger") wrote:
Hi,

i want to implement on my web portal electronic invoicing system.
basically data will be stored into PostgreSQL DB.

I would like to know if someone already have experiences with such feature
or where could i find some tutorials or help about this topic.

Concretly, user will buy some products/services online and i would like to
send him a PDF invoice via email.


These two go a long way, FPDF to generate PFDF documents and FPDI
which will allow you to import pre-made PDFs into FPDF (to 'fill in'
PDF forms (FPDI extends FPDF) Both are a cinch to use:

http://www.fpdf.org/

http://www.setasign.de/products/pdf-php-solutions/fpdi/

You will still need to make up/find the email script, but that is
pretty well documented.

Larry
.



Relevant Pages

  • Re: [PHP] How to center image in PDF (fpdf) using Image() in PHP....
    ... Now, it's been a while since I used FPDF, but taking a quick look at pdfp.php, ... My biggest problem w/ FPDF is that the documented API is not nearly powerful ... Luckily, you can do a lot of cool stuff using undocumented features, ... Problem is I don't use PDF very, ...
    (php.general)
  • FPDF Printing Ideas?
    ... I'm writing a new application that generates PDF's on the fly with FPDF. ... And while this brings up the PDF and I can click on the printer icon to ... When someone clicks a checkbox, use the javascript onChange action to ... checked items are selected the user will simply click on a "Print Selection" ...
    (php.general)
  • Re: make pdf of FCKeditors content and image
    ... i've done pdf of text content successfully but image doesn't come in ... PDF is not HTML. ... but the problem is that from fck editor it goes with the <img ... So you are using FPDF; you should have mentioned it in your original ...
    (comp.lang.php)
  • Re: [PHP] FPDF
    ... On Fri, January 18, 2008 12:14 pm, Balasubramanyam Ananthamurthy wrote: ... want add an link on the same page "Click here to view it in PDF". ... Actually, FPDF goes even further than that, and lets you ... commercial/non-commercial usage, so you may not find that appropriate ...
    (php.general)