ilovepdf/ilovepdf-php

Call to undefined method Ilovepdf\WatermarkTask::setOpacity()

divsbhalala opened this issue · 4 comments

When setting opacity into watermark task getting error function undefined
http://prntscr.com/heovse

Hello divsbhalala, the method is setTransparency

@marcogrossisas I also tried that method but setting transparency is not working

try it now: setTransparency(0) is full transparent, setTransparency(100) is full opaque

@maztch it's working now