1
0
mirror of https://github.com/Llewellynvdm/pdflayers.git synced 2024-06-01 22:10:51 +00:00
pdflayers/README.md

31 lines
512 B
Markdown
Raw Normal View History

pdflayers
=========
2019-05-20 17:45:59 +00:00
**pdflayers** is a tool for changing default visibility of PDF layers
(OCGs, Optional Content Groups).
Installation
------------
```shell
2019-05-20 17:45:59 +00:00
python3 -m pip install --user https://github.com/SimonSegerblomRex/pdflayers
```
Usage
-----
```
2019-05-20 17:45:59 +00:00
pdflayers <input file> <output file> --show <layer names>
```
2019-05-20 17:45:59 +00:00
or
```
python -m pdflayers <input file> <output file> --show <layer names>
```
Acknowledgements
----------------
[pikepdf](https://github.com/pikepdf/pikepdf) is doing most of the work.