PDF Class that allows

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
User avatar
wtf
Forum Contributor
Posts: 331
Joined: Thu Nov 03, 2005 5:27 pm

PDF Class that allows

Post by wtf »

Greets,

I'm looking for pdf class that's capable of creating, thumbnails and internal bookmarks in pdf. So if I have 50+ pages in document, user can just click on the thumbnail of the page on the left side and jump there.

I've looked at
http://ros.co.nz/pdf/
http://www.fpdf.org/
http://pear.php.net/package/File_PDF/docs
http://www.rustyparts.com/pdf.php

but none of those appear to be able to handle what we need.

thx....
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post by pickle »

I thought that thumbnailing was part of the client, not the PDF itself.

Nonetheless, look at PDFLib - it's the biggest pain to set up (have to compile it in), but it also seems to be the most powerful.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply