Expand my Community achievements bar.

Watermaking with image using DDX

Avatar

Level 4

Hi,

We have already setup the watermarking processing using "Text". Now client need the watermark as image format instead of "Text". I stored the .png in the LiveCycle path, when I try to call its not picking up the image, shows error. Here is my DDX:

-------------------

<DDX xmlns="http://ns.adobe.com/DDX/1.0/">

<PDF result="rpt_watermarks_kpi_002.pdf" save="Full" >

<Watermark rotation="45" opacity="15%">

<StyledText>

<img src="E:\LiveCycle_Repository\ASCE\AClogo.png" >

</StyledText>

</Watermark>

<PDF source="doc1.source"/>

</PDF>

</DDX>

--------------------- Instead of <img> I have used <graphic> as well but not working.

<DDX xmlns="http://ns.adobe.com/DDX/1.0/">

<PDF result="rpt_watermarks_kpi_002.pdf" save="Full" >

<Watermark rotation="0" opacity="15%">

<StyledText>

<p><graphic source="E:\LiveCycle_Repository\ASCE\AClogo.png"/></p>

</StyledText>

</StyledText>

</Watermark>

<PDF source="doc1.source"/>

</PDF>

</DDX>

-------------------

Please advise.

Shaji

0 Replies