mirror of
https://github.com/kanzure/pdfparanoia.git
synced 2025-07-04 04:17:34 +02:00
README: add command-line usage
This commit is contained in:
parent
775b927b42
commit
9d7fd1dbb6
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -28,6 +28,18 @@ file_handler.write(pdf)
|
|||
file_handler.close()
|
||||
```
|
||||
|
||||
or from the shell,
|
||||
|
||||
``` bash
|
||||
pdfparanoia input.pdf > output.pdf
|
||||
```
|
||||
|
||||
and,
|
||||
|
||||
``` bash
|
||||
cat input.pdf | pdfparanoia > output.pdf
|
||||
```
|
||||
|
||||
## Supported
|
||||
|
||||
* AIP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue