Web Hosting Talk







View Full Version : PHP pdf generator


sophic
10-11-2004, 10:30 AM
Hi WHT gang,

I am currently attempted to setup a webpage that generates customer invoices by writing a .pdf file to my server. Does anyone know of any good existing scripts or resources they can point me to?

thanks a bunch,
Steven

xelav
10-11-2004, 03:18 PM
I tried to work with PDF, but didn't find anything for editing pdfs. You can create it manually using php functions, but it will be done from scratch. Yes, sounds bad, but let me know, if you'll find something

m-b
10-11-2004, 03:59 PM
pure php pdf-classes:
http://www.ros.co.nz/pdf/
http://fpdf.org/
http://www.potentialtech.com/ppl.php

to edit pdfs (use pages as templates, etc.), use http://fpdi.setasign.de/ in combination with fpdf


Michael