mirror of
https://github.com/Llewellynvdm/pdflayers.git
synced 2024-11-21 19:35:09 +00:00
Update readme
This commit is contained in:
parent
f531e23162
commit
61168f88e5
12
README.md
12
README.md
@ -8,20 +8,20 @@ Installation
|
|||||||
------------
|
------------
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
python3 -m pip install --user git+https://github.com/SimonSegerblomRex/pdflayers
|
python3 -m pip install --user pdflayers
|
||||||
```
|
```
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
||||||
```
|
```
|
||||||
pdflayers <input file> <output file> --show <layer names>
|
pdflayers <input file> <output file> --show <layer name(s)>
|
||||||
```
|
```
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
```
|
```
|
||||||
python3 -m pdflayers <input file> <output file> --show <layer names>
|
python3 -m pdflayers <input file> <output file> --show <layer name(s)>
|
||||||
```
|
```
|
||||||
|
|
||||||
Acknowledgements
|
Acknowledgements
|
||||||
@ -33,6 +33,6 @@ Acknowledgements
|
|||||||
References
|
References
|
||||||
----------
|
----------
|
||||||
|
|
||||||
[PDF 1.7 Reference](https://www.adobe.com/content/dam/acom/en/devnet/pdf/PDF32000_2008.pdf)
|
* [PDF 1.7 Reference](https://www.adobe.com/content/dam/acom/en/devnet/pdf/PDF32000_2008.pdf)
|
||||||
[Acrobat JavaScript API Reference](https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/js_api_reference.pdf)
|
* [Acrobat JavaScript API Reference](https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/js_api_reference.pdf)
|
||||||
[Acrobat DC SDK Documentation](https://help.adobe.com/en_US/acrobat/acrobat_dc_sdk/2015/HTMLHelp/#t=Acro12_MasterBook%2FJS_Dev_Overview%2FIntroduction8.htm)
|
* [Acrobat DC SDK Documentation](https://help.adobe.com/en_US/acrobat/acrobat_dc_sdk/2015/HTMLHelp/#t=Acro12_MasterBook%2FJS_Dev_Overview%2FIntroduction8.htm)
|
||||||
|
Loading…
Reference in New Issue
Block a user