Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andersonmamede/merge-pdf-files

Merge PDF files
https://github.com/andersonmamede/merge-pdf-files

fpdi merge-files pdf php tcpdf

Last synced: about 2 months ago
JSON representation

Merge PDF files

Awesome Lists containing this project

README

        

# Merge PDF files

This project is a simple example on how to merge PDF files together using `tcpdf` and `FPDI` libraries.

### Installation

Option 1 - Clone this repository:

```sh
git clone https://github.com/AndersonMamede/merge-pdf-files.git
```

Option 2 - or download the zip file:
[https://github.com/AndersonMamede/merge-pdf-files/archive/master.zip](https://github.com/AndersonMamede/merge-pdf-files/archive/master.zip)

### Example

```php