An open API service indexing awesome lists of open source software.

https://github.com/sonyacore/pdfextractor


https://github.com/sonyacore/pdfextractor

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# pdfextractor
# Simple PDF Extractor Program that Extract PDF to a file

## Usage :
```
--pages [PAGES], -p [PAGES]
Specify Total Pages

--name NAME, -n NAME
Name of PDF

--output OUTPUT, -o OUTPUT
Output Name

--metadata, -m
Show Metadata

--encrypt, -e
Encrypt PDF

--decrypt, -d
Decrypt PDF

--password [PASSWORD], -pass [PASSWORD]
Set Password
```
### ‌Installing Requirements
```
pip3 install -r requirements.txt
```