Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 324 Bytes

File metadata and controls

17 lines (12 loc) · 324 Bytes

pdfoutliner

Set outine of a pdf file using PyMuPDF.

Installation

pip install -r requirements.txt

Usage

python pdfoutliner.py --pdf <path to pdf file> \
       --toc <path to txt file having the outine> \
       --output <path to output file>