1
0
mirror of https://github.com/Llewellynvdm/pdflayers.git synced 2024-05-28 12:20:46 +00:00
pdflayers/README.md

31 lines
516 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
python3 -m pip install --user git+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.