https://github.com/ju1ius/pdftoc
A GUI editor for PDF table of content (AKA bookmarks)
https://github.com/ju1ius/pdftoc
bookmarks editor gtk gui pdf
Last synced: 2 months ago
JSON representation
A GUI editor for PDF table of content (AKA bookmarks)
- Host: GitHub
- URL: https://github.com/ju1ius/pdftoc
- Owner: ju1ius
- License: gpl-3.0
- Created: 2019-01-04T21:57:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T20:32:35.000Z (over 7 years ago)
- Last Synced: 2025-09-13T17:36:20.954Z (9 months ago)
- Topics: bookmarks, editor, gtk, gui, pdf
- Language: Python
- Size: 49.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PDFToc
======
A simple PDF table-of-contents editor
Requirements
------------
### Production
* python >= 3.5
* GObject, GTK3 and GIO bindings
* pdftk
### Development
* pytest
Installation
------------
### Debian
```sh
sudo apt install pdftk python3-gi gir1.2-gtk-3.0
```