I have several pdf files (say chapters of a book) and I want to concatenate them and add a table of contents to the resulting pdf.
No original pdf file has a table of contents. Simple numbers as the table of contents is more than fine.
I know that I can concatenate the pdf files using tools such as pdftk. Another possibility would be to use LaTeX to create table of contents and include each pdf file.