Creating PDF with PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
JasonTC
Forum Commoner
Posts: 92
Joined: Wed Nov 02, 2005 11:05 am
Location: Grand Rapids, MI

Creating PDF with PHP

Post by JasonTC »

I'm using FPDF and I've gone through the tutorial on their site, but it only covers the basics. I'm trying to write a script that generates a barcode in PDF format, so I need to know how to do some graphics stuff. Does anyone know of a good book or tutorial that covers this kind of thing?

Thanks,
Jason
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

View this (barcode info some pages down) and if that doesn't help get back here.
http://chir.ag/tech/download/pdfb/readme.txt
Post Reply