Skip to main content
Participant
August 18, 2025
Answered

Create Table of Contents in Acrobat

  • August 18, 2025
  • 2 replies
  • 210 views

This has been infuriating for well over a decade now. Why, why, why, WHY can we still not create a table of contents INSIDE of Adobe Acrobat? This relatively simple task should not even be considered a "feature" at this point, but a requirement. PLEASE add this update.

Correct answer Meenakshi_Negi

Hi JtotheR,

 

Thank you for reaching out and sharing your suggestion. 

Please share your suggestion on this directly with our product team via this page: https://adobe.ly/45TsxPU

 

Thanks,

Meenakshi

2 replies

Participant
September 28, 2025

With AI this has gotten a bit easier. This is a python script that run in the same directory will generate a TOC as a markdown file. To get the right side page, I used a table format.  Just hide the grid (width = 0), and it works nicely.  Drop this script into AI and tune it how you want it to be. (I continue to be stunned that Adobe lets this capability not be native).  This script does not generate internal hyperlinks, but works well in a printed document. Given that the input to the TOC are well-ordered bookmarks, there still is navigation using the bookmarks.

Run the script - 
python3 pdf_to_markdown_toc.py docname_final_9-27-25.pdf

 

The python file is attached - change extension from txt to py

Meenakshi_Negi
Meenakshi_NegiCorrect answer
Legend
August 18, 2025

Hi JtotheR,

 

Thank you for reaching out and sharing your suggestion. 

Please share your suggestion on this directly with our product team via this page: https://adobe.ly/45TsxPU

 

Thanks,

Meenakshi