Python Crawling & Data Mining
Sep 18, 2023 · Backend Development
How to Add Automatic Numbered Bookmarks to PDFs with Python and PyPDF2
This guide shows how to enable automatic numbering of PDF table‑of‑contents entries exported from Typora by adding a custom CSS file and using a Python script with PyPDF2 to read, modify, and rewrite the PDF bookmarks, producing a numbered outline.
AutomationPDFPyPDF2
0 likes · 5 min read
