You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 months ago | |
---|---|---|
pdflayers | 6 months ago | |
.gitignore | 3 years ago | |
.pylintrc | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
setup.py | 3 years ago |
README.md
pdflayers
pdflayers is a tool for changing default visibility of PDF layers (OCGs, Optional Content Groups).
Installation
python3 -m pip install --user pdflayers
Usage
pdflayers <input file> <output file> --show <layer name(s)>
or
python3 -m pdflayers <input file> <output file> --show <layer name(s)>
Acknowledgements
pikepdf is doing most of the work.