ajaxray / ajaxray/php-watermark

function withImage() return false

Aperta
#17 6 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
PHP
Stelle
141
Fork
44
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.