mirror of
https://github.com/Llewellynvdm/pdflayers.git
synced 2025-01-28 16:18:25 +00:00
Simon Segerblom Rex
1f00dedbfb
Add __init__.py
Needed for setuptools.find_packages(). Maybe not the best solution..?
pdflayers
pdflayers is a tool for changing default visibility of PDF layers (OCGs, Optional Content Groups).
Installation
python3 -m pip install --user git+https://github.com/SimonSegerblomRex/pdflayers
Usage
pdflayers <input file> <output file> --show <layer names>
or
python -m pdflayers <input file> <output file> --show <layer names>
Acknowledgements
pikepdf is doing most of the work.
Languages
Python
100%