<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Item Watermarks in Vault Customization Forum</title>
    <link>https://forums.autodesk.com/t5/vault-customization-forum/item-watermarks/m-p/3579472#M11741</link>
    <description>&lt;P&gt;Hi, Barbara,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the response. I have Watermarks enabled in the vault settings and they work just fine when viewing files uses the vault explorer client and web interface.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my current method I return a list of 2d drawing files from all the attachments and associated files with an item. When I call GetItemFileAssociationsById and GetAttachmentsByItemId I am returned file ids. Getting the visualizations of those files return&amp;nbsp;&amp;nbsp;the original unwatermarked dwfs. Is there a special context in which to retrieve the file so the visualization is retrieved from the context of the item it's attached to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 15 Aug 2012 13:50:27 GMT</pubDate>
    <dc:creator>rjay75</dc:creator>
    <dc:date>2012-08-15T13:50:27Z</dc:date>
    <item>
      <title>Item Watermarks</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/item-watermarks/m-p/3574152#M11739</link>
      <description>&lt;P&gt;When retrieving the the visualization of an attachment, how do you get the proper watermark to appear on the visualization for the item.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2012 17:01:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/item-watermarks/m-p/3574152#M11739</guid>
      <dc:creator>rjay75</dc:creator>
      <dc:date>2012-08-10T17:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Item Watermarks</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/item-watermarks/m-p/3579128#M11740</link>
      <description>&lt;P&gt;Hi rjay75,&lt;/P&gt;
&lt;P&gt;As I know, the watermark for Item only appears on 2D DWF. If you are using 3D DWF, it won't appear automatically.&lt;/P&gt;
&lt;P&gt;This blog will give your some understanding:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://underthehood-autodesk.typepad.com/blog/2010/03/improved-usability-with-vault-2011.html" target="_blank"&gt;http://underthehood-autodesk.typepad.com/blog/2010/03/improved-usability-with-vault-2011.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to check "Enable Visualization WaterMarking" setting in Vault Settings -&amp;gt; Items tab in order to get the watermark work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By thw way, this discussion thread is mainly for API-related issues. If you ask product usage issue, like this one, you may get the answer ver late. Autodesk Vault is a better place to ask product features.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2012 10:04:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/item-watermarks/m-p/3579128#M11740</guid>
      <dc:creator>barbara.han</dc:creator>
      <dc:date>2012-08-15T10:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Item Watermarks</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/item-watermarks/m-p/3579472#M11741</link>
      <description>&lt;P&gt;Hi, Barbara,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the response. I have Watermarks enabled in the vault settings and they work just fine when viewing files uses the vault explorer client and web interface.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my current method I return a list of 2d drawing files from all the attachments and associated files with an item. When I call GetItemFileAssociationsById and GetAttachmentsByItemId I am returned file ids. Getting the visualizations of those files return&amp;nbsp;&amp;nbsp;the original unwatermarked dwfs. Is there a special context in which to retrieve the file so the visualization is retrieved from the context of the item it's attached to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2012 13:50:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/item-watermarks/m-p/3579472#M11741</guid>
      <dc:creator>rjay75</dc:creator>
      <dc:date>2012-08-15T13:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Item Watermarks</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/item-watermarks/m-p/3583108#M11742</link>
      <description>&lt;P&gt;As I know, the watermarked dwf is not able to get directly through Vault API. The Vault client (e.g. Vault Explorer, web client) uses DWF toolkit API to put the watermark (or saying markup) in the dwf file when viewing the item file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can get watermark's data through Vault API, e.g.&amp;nbsp;&lt;STRONG&gt;GetWatermarkByItemIdAndFileId&lt;/STRONG&gt;, but the watermarked dwf is generated by Vault client, and no client API for you to get that result file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the entry for DWF toolkit, if you want to learn it:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://usa.autodesk.com/adsk/servlet/index?siteID=123112&amp;amp;id=823771" target="_blank"&gt;http://usa.autodesk.com/adsk/servlet/index?siteID=123112&amp;amp;id=823771&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2012 06:16:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/item-watermarks/m-p/3583108#M11742</guid>
      <dc:creator>barbara.han</dc:creator>
      <dc:date>2012-08-16T06:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Item Watermarks</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/item-watermarks/m-p/3583686#M11743</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's what I thought the situation would be.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Rodney&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2012 13:26:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/item-watermarks/m-p/3583686#M11743</guid>
      <dc:creator>rjay75</dc:creator>
      <dc:date>2012-08-16T13:26:53Z</dc:date>
    </item>
  </channel>
</rss>

