I'm currently developping a java application that processes information and that info has to be saved as graphs in a pdf file. I got like 60 graphs as output, all with a different title.
What is an easy way to make a table of content from all the graphs based on their title? Is there a command that can do this? Or do I have to use pdfmarks?
I can't find anything about this on the internet because if I use the words table of content I just get the table of content of gnuplot/ghostscript itself...
Thanks in advance