An open API service indexing awesome lists of open source software.

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)

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
```