https://github.com/sonyacore/pdfextractor
https://github.com/sonyacore/pdfextractor
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sonyacore/pdfextractor
- Owner: SonyaCore
- Created: 2022-07-10T16:24:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-12T07:44:13.000Z (almost 4 years ago)
- Last Synced: 2025-07-13T07:41:18.761Z (11 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```