Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andersonmamede/merge-pdf-files
- Owner: AndersonMamede
- License: mit
- Created: 2017-12-20T19:49:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-13T14:57:17.000Z (11 months ago)
- Last Synced: 2024-05-01T14:50:04.958Z (8 months ago)
- Topics: fpdi, merge-files, pdf, php, tcpdf
- Language: PHP
- Size: 448 KB
- Stars: 4
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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