https://github.com/lovasoa/ophage
Add page labels to a PDF file
https://github.com/lovasoa/ophage
Last synced: about 1 year ago
JSON representation
Add page labels to a PDF file
- Host: GitHub
- URL: https://github.com/lovasoa/ophage
- Owner: lovasoa
- License: gpl-3.0
- Created: 2016-02-26T00:21:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-26T09:58:51.000Z (over 10 years ago)
- Last Synced: 2025-02-08T23:42:54.898Z (over 1 year ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ophage
Add page labels to a PDF file
## Installation
#### Debian / Ubuntu
You can download the (alpha-quality) [deb package](https://github.com/lovasoa/ophage/releases/download/0.1-2/ophage_0.1-2_all.deb).
#### Others
```bash
$ git clone --recursive https://github.com/lovasoa/ophage.git
```
## Usage
```bash
$ ophage file.pdf n
```
Where `n` can be :
- a positive number : the number of the page that you want to become page №1
- a negative number : the opposite of the page number you want to give to the first page
It will create a copy of `file.pdf` named `renumbered.file.pdf` in the current directory.