hi all, Is there a way to set opacity of watermar...
# advancedpdf
d
hi all, Is there a way to set opacity of watermark in NS ? I have the following but it didn't work, even the DRAFT text color doesn't change
Copy code
<macro id="nlwatermark">
			<br/>
			<br/>
			<br/>
			<#if record.approvalstatus=='Pending Approval'>
				<p font-size="125pt" rotate="-45" style="margin-left:20%;color:rgba(161, 18, 44, 0.3);">
					DRAFT
				</p>
			</#if>
		</macro>
d
wow, thanks @michoel