@tilal.ahmad
I’m facing 1 more issue with Viewer API
$watermark = new GroupDocs\Viewer\Model\Watermark();
$watermark->setText("This document is licensed to");
$watermark->setSize(80);
$watermark->setPosition('BottomCenter');
**$watermark->setColor("pink");**
$viewOptions->setWatermark($watermark);
The watermark color is always red, no matter what I specify. There must be some issue with this.
Thank you,
Gopal