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....
PDF Class that allows
Moderator: General Moderators
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.
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.