Quantcast
Channel: PTC Community : Popular Discussions - Visualize
Viewing all articles
Browse latest Browse all 4806

CreoView watermarks printing

$
0
0

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


Viewing all articles
Browse latest Browse all 4806

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>