ajaxray / ajaxray/php-watermark
function withImage() return false
オープン
- 主要言語
- PHP
- スター
- 141
- フォーク
- 44
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I am using this package to apply watermark on pdf files bu watermark does not merged with pdf file, instead **withImage()** function return **false**.
```
$watermark = 'images/watermark.png';
if ($model->extension == 'pdf') {
$pdf = new Watermark($fileName); // $fileName is string that contain path to pdf file
$pdf->withImage($watermark);
}
```
The problem is, it does not throw any error like file not exist or etc. it just returns false.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。