https://github.com/meyashtiwari/pdf-edit-tool
A basic application written in php that uses fpdi to edit pdf file.
https://github.com/meyashtiwari/pdf-edit-tool
Last synced: 8 months ago
JSON representation
A basic application written in php that uses fpdi to edit pdf file.
- Host: GitHub
- URL: https://github.com/meyashtiwari/pdf-edit-tool
- Owner: meyashtiwari
- Created: 2022-09-19T12:23:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T12:25:34.000Z (about 3 years ago)
- Last Synced: 2025-01-12T03:32:30.441Z (9 months ago)
- Language: PHP
- Size: 288 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Run Locally
Install dependencies
```bash
composer install
```Generate Pdfs
```bash
php bin/generate.php inputs.csv
```Sample input file is present in storage/data/
Output files are saved in storage/output/