Popular recipes tagged "toc"http://code.activestate.com/recipes/tags/toc/2016-06-22T11:34:20-07:00ActiveState Code RecipesNew Version: GUI PDF Table of Contents Editor using fitz / MuPDF, wxPython (Python)
2016-06-22T11:34:20-07:00Harald Liederhttp://code.activestate.com/recipes/users/4191581/http://code.activestate.com/recipes/580623-new-version-gui-pdf-table-of-contents-editor-using/
<p style="color: grey">
Python
recipe 580623
by <a href="/recipes/users/4191581/">Harald Lieder</a>
(<a href="/recipes/tags/fitz/">fitz</a>, <a href="/recipes/tags/mupdf/">mupdf</a>, <a href="/recipes/tags/pdf/">pdf</a>, <a href="/recipes/tags/pymupdf/">pymupdf</a>, <a href="/recipes/tags/python/">python</a>, <a href="/recipes/tags/toc/">toc</a>).
Revision 2.
</p>
<p>Create or modify the bookmarks list of a PDF (ToC - table of contents).
Supports arbitrary hierarchy levels.
Display PDF while editing to control bookmark targets.
PDF meta data are maintainable.
Save PDF under the same or a different name.</p>