PHPackages                             binarystash/pdf-watermarker - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PDF &amp; Document Generation](/categories/documents)
4. /
5. binarystash/pdf-watermarker

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

binarystash/pdf-watermarker
===========================

Watermark or stamp PDF documents

1.1.2(9y ago)8260.6k↑38.7%63[7 issues](https://github.com/binarystash/pdf-watermarker/issues)[2 PRs](https://github.com/binarystash/pdf-watermarker/pulls)MITPHP

Since Apr 27Pushed 9y ago9 watchersCompare

[ Source](https://github.com/binarystash/pdf-watermarker)[ Packagist](https://packagist.org/packages/binarystash/pdf-watermarker)[ RSS](/packages/binarystash-pdf-watermarker/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (4)Used By (0)

[![Build Status](https://camo.githubusercontent.com/dd62bff4ac0f58e67047d4f86fc3b7c2151a3285c62ece504215dedd5231989b/68747470733a2f2f7472617669732d63692e6f72672f62696e61727973746173682f7064662d77617465726d61726b65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/binarystash/pdf-watermarker)

PDF Watermarker
===============

[](#pdf-watermarker)

PDFWatermarker enables you to add an image as a watermark to existing PDF files. It uses FPDF that allows you to write PDF files and FPDI that allows you to import existing PDF documents into FPDF.

Using it, you can:

- Use jpg and png ( with alpha channels ) files with a 96 DPI resolution
- Easily position the watermark on the pages of the PDF file

Installation
------------

[](#installation)

1. Place [composer.phar](https://getcomposer.org/composer.phar) in the folder you extracted the files to.
2. Run `php composer.phar install`
3. Include the files in your project.

```
