Skip to main content
Tweeted twitter.com/#!/StackTeX/status/37245373953085440
Corrected command name
Source Link
lockstep
  • 256.9k
  • 74
  • 737
  • 803

How can I add a Table of Contents (TOC) to an existing PDF?

I have an existing PDF (scanned notes from a class). I'd like to improve this basic scan as much as possible. I do not think that any OCR is good enough to recognize handwriting, so I cannot make it searchable. But I would like to manually modify it by adding a TOC in the beginning that links to parts of the document.

One way could be to split the PDF into separate documents, then have:

\section{Part One}
\inculde\include{part1.pdf}
\section{Part Two}
\include{part2.pdf}

But I am wondering if there is a way to do this without splitting it up.

How can I add a Table of Contents (TOC) to an existing PDF?

I have an existing PDF (scanned notes from a class). I'd like to improve this basic scan as much as possible. I do not think that any OCR is good enough to recognize handwriting, so I cannot make it searchable. But I would like to manually modify it by adding a TOC in the beginning that links to parts of the document.

One way could be to split the PDF into separate documents, then have:

\section{Part One}
\inculde{part1.pdf}
\section{Part Two}
\include{part2.pdf}

But I am wondering if there is a way to do this without splitting it up.

How can I add a Table of Contents (TOC) to an existing PDF?

I have an existing PDF (scanned notes from a class). I'd like to improve this basic scan as much as possible. I do not think that any OCR is good enough to recognize handwriting, so I cannot make it searchable. But I would like to manually modify it by adding a TOC in the beginning that links to parts of the document.

One way could be to split the PDF into separate documents, then have:

\section{Part One}
\include{part1.pdf}
\section{Part Two}
\include{part2.pdf}

But I am wondering if there is a way to do this without splitting it up.

Source Link
mankoff
  • 3k
  • 5
  • 33
  • 41

Adding Table of Contents to existing PDF

How can I add a Table of Contents (TOC) to an existing PDF?

I have an existing PDF (scanned notes from a class). I'd like to improve this basic scan as much as possible. I do not think that any OCR is good enough to recognize handwriting, so I cannot make it searchable. But I would like to manually modify it by adding a TOC in the beginning that links to parts of the document.

One way could be to split the PDF into separate documents, then have:

\section{Part One}
\inculde{part1.pdf}
\section{Part Two}
\include{part2.pdf}

But I am wondering if there is a way to do this without splitting it up.