Skip to content

geqo/WatermarkToPDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WatermarkToPDF

Place your watermark on every page in PDF-file.

Installation

composer require geqo/watermarktopdf

Usage

$file = new \Geqo\WatermarkToPDF(
  __DIR__ . '/watermark.png', 
  __DIR__ . '/document.pdf', 
  __DIR__ . '/result.pdf'
);
$file->execute();

About

Place watermark.png on your PDF-document

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages