Download the PHP package binarystash/pdf-watermarker without Composer
On this page you can find all versions of the php package binarystash/pdf-watermarker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download binarystash/pdf-watermarker
More information about binarystash/pdf-watermarker
Files in binarystash/pdf-watermarker
Download binarystash/pdf-watermarker
More information about binarystash/pdf-watermarker
Files in binarystash/pdf-watermarker
Vendor binarystash
Package pdf-watermarker
Short Description Watermark or stamp PDF documents
License MIT
Package pdf-watermarker
Short Description Watermark or stamp PDF documents
License MIT
Please rate this library. Is it a good library?
binarystash/pdf-watermarker
Rate from 1 - 5
Rated 5.00 based on 1 reviews
Rated 5.00 based on 1 reviews
Informations about the package 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
-
Place composer.phar in the folder you extracted the files to.
-
Run
php composer.phar install
- Include the files in your project.
Usage
Five positions can be used. 'center' is the default.
- center
- topleft
- topright
- bottomright
- bottomleft
See the API Documentation for more details.
Support
Report bugs at https://github.com/binarystash/pdf-watermarker/issues.
All versions of pdf-watermarker with dependencies
PHP Build Version
Package Version
The package binarystash/pdf-watermarker contains the following files
Loading the files please wait ....