cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

CreoView watermarks printing

boemi
12-Amethyst

CreoView watermarks printing

Hello Community

I have configured two watermarks, one with a "in Work" text --> assigned when lifecycle state "in work" is set.

If the state is "released" the screen should be empty.

Now, I do have a admin file with this content:

<category name="Watermarks">

<preference name="show_when_viewing" value="True" locked="True"/>

<preference name="show_when_printing" value="True" locked="True"/>

<preferenceList name="watermarks">

<preferenceItem>

<preference name="name" value="NOT_FOR_PRODUCTION"/>

<preference name="file" value="not_for_production.ini"/>

</preferenceItem>

<preferenceItem>

<preference name="name" value="Released"/>

<preference name="file" value="released.ini"/>

</preferenceItem>

</preferenceList>

<preference name="default_watermark" value=""/>

<preference name="mapped_property" value="epmdoc_lifeCycleState"/>

<preferenceList name="watermark_map">

<preferenceItem>

<preference name="property_value" value="In Work"/>

<preference name="watermark" value="NOT_FOR_PRODUCTION"/>

</preferenceItem>

<preference name="property_value" value="Released"/>

<preference name="watermark" value="Released"/>

</preferenceItem>

</preferenceList>

</category>

What happens now, in the print preview the watermark will be shown correct.

If I print it out the watermark is not there.

If I push the button "print watermark" in the preview it will printed.

Anybody can help?

Regards,

Marc

0 REPLIES 0
Top Tags