PHPackages                             uvinum/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. uvinum/pdf-watermarker

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

uvinum/pdf-watermarker
======================

Simple PDF Watermarker

1.0.3(6y ago)390.1k↓37%1MITPHPPHP &gt;=5.3.0

Since Apr 14Pushed 6y ago4 watchersCompare

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

READMEChangelogDependencies (1)Versions (9)Used By (0)

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)

Installing using composer

```
> composer require binarystash/pdf-watermarker:^2.0
```

Usage
-----

[](#usage)

```
