mirror of
https://github.com/Llewellynvdm/pdflayers.git
synced 2024-11-11 07:10:56 +00:00
Update README
Minimal README... needs more work
This commit is contained in:
parent
afae3e9b07
commit
f773d77daa
20
README.md
20
README.md
@ -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>
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user