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

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.

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/