Update README

Minimal README... needs more work
This commit is contained in:
Simon Segerblom Rex 2019-05-16 20:05:58 +02:00 committed by GitHub
parent afae3e9b07
commit f773d77daa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 1 deletions

View File

@ -1 +1,19 @@
# pdflayers
pdflayers
=========
**pdflayers** is a tool for changing default visibility of PDF layers (OCGS, Optional Content Groups).
Installation
------------
Currently **pdflayers** just consists of a simple python script, so you manually have to install the dependencies:
```shell
python3 -m pip install --user pikepdf
```
Usage
-----
```
python3 pdflayers.py <input file> <output file> --show <name of layer to be visible in putput>
```