PDF parsing tutorial

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

PDF parsing tutorial

Post by JasonTC »

Does anyone know of one that exists?

Thanks,
Jason
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

I don't, but I do know that you can open and edit existing PDF files using FPDF and the FPDI extension .. http://www.fpdf.org/ for FPDF, and http://fpdi.setasign.de/ for FPDI. That may be easier than writing your own parser. Unless you're doing it for a laugh or something.
fine
Forum Newbie
Posts: 5
Joined: Thu Oct 13, 2005 4:15 pm

Post by fine »

Post Reply