Need to merge multiple pdf's into a single PDF with Table Of Contents sections

Posted by Jason on Stack Overflow See other posts from Stack Overflow or by Jason
Published on 2010-03-10T17:04:27Z Indexed on 2010/04/29 7:27 UTC
Read the original article Hit count: 454

Filed under:
|
|
|

Will have 50-100 single PDF's that we'll be generating with a php script. PDF's are generally grouped into groups of 10-20. Each group needs to have it's own Table of Contents or Index, and then there also needs to be a Master Table of Contents or Index at the beginning.

Or if that is too difficult we could get away with a single Table of Contents at the beginning.

What's the best way to go about this?

Will we need to create the Table of Contents and then export that to PDF and append it to the beginning and mash the rest of the files after that? Or is there a better solution?

And what's the best tool for us to merge the pdf's?

Will be running on a Linux server.

© Stack Overflow or respective owner

Related posts about pdf

Related posts about pdf-generation