Merge pull request #11 from SimonSegerblomRex/update-readme

Update README with references
This commit is contained in:
Simon Segerblom Rex 2019-05-21 10:22:17 +02:00 committed by GitHub
commit 9b0c6214aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -21,10 +21,18 @@ pdflayers <input file> <output file> --show <layer names>
or
```
python -m pdflayers <input file> <output file> --show <layer names>
python3 -m pdflayers <input file> <output file> --show <layer names>
```
Acknowledgements
----------------
[pikepdf](https://github.com/pikepdf/pikepdf) is doing most of the work.
References
----------
[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 DC SDK Documentation](https://help.adobe.com/en_US/acrobat/acrobat_dc_sdk/2015/HTMLHelp/#t=Acro12_MasterBook%2FJS_Dev_Overview%2FIntroduction8.htm)