ajaxray / ajaxray/php-watermark

function withImage() return false

オープン
#17 コメント 6 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。