<?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 Is it possible to associate the digital signature plugin with a custom document type? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-associate-the-digital-signature-plugin-with-a/m-p/319941#M6942</link>
    <description>&lt;P&gt;Is it possible to associate the digital signature plugin with a custom document type?&lt;/P&gt;</description>
    <pubDate>Mon, 26 Sep 2011 23:33:36 GMT</pubDate>
    <dc:creator>Wojciech_Sulejm</dc:creator>
    <dc:date>2011-09-26T23:33:36Z</dc:date>
    <item>
      <title>Is it possible to associate the digital signature plugin with a custom document type?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-associate-the-digital-signature-plugin-with-a/m-p/319941#M6942</link>
      <description>&lt;P&gt;Is it possible to associate the digital signature plugin with a custom document type?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2011 23:33:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-associate-the-digital-signature-plugin-with-a/m-p/319941#M6942</guid>
      <dc:creator>Wojciech_Sulejm</dc:creator>
      <dc:date>2011-09-26T23:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to associate the digital signature plugin with a custom document type?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-associate-the-digital-signature-plugin-with-a/m-p/319942#M6943</link>
      <description>&lt;P&gt;If your document fulfills the following requirements this should be easy to do just by using the standard extension mechanism available via the Nuxeo Platform:&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;Your custom document has a primary binary document of MIME type "application/pdf" 
&lt;BR /&gt;/&amp;gt;&lt;I&gt;This is because this signature plugin signs only PDF documents&lt;/I&gt;
&lt;BR /&gt;/&amp;gt;&lt;BR /&gt;/&amp;gt;
&lt;/LI&gt;&lt;LI&gt;Your custom document is associated with the "files" schema 
&lt;BR /&gt;/&amp;gt;&lt;I&gt;You need this for storing old versions of signed binaries&lt;/I&gt;
&lt;/LI&gt;&lt;/UL&gt;
Here is how you would activate the "Signature" tab on your custom document type: 
 &lt;EXTENSION target="org.nuxeo.ecm.platform.actions.ActionService" point="actions"&gt;
&lt;PRE&gt;&lt;CODE&gt;	&amp;lt;action id="sign_view_custom" link="/incl/tabs/sign_view.xhtml"
		enabled="true" label="Signature" icon="/icons/certificates.png" order="60"&amp;gt;
		&amp;lt;category&amp;gt;VIEW_ACTION_LIST&amp;lt;/category&amp;gt;
		&amp;lt;filter id="signature_filter"&amp;gt;
			&amp;lt;rule grant="true"&amp;gt;
				&amp;lt;type&amp;gt;File&amp;lt;/type&amp;gt;
				&amp;lt;type&amp;gt;MY_CUSTOM_DOCUMENT_ID&amp;lt;/type&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/EXTENSION&gt;</description>
      <pubDate>Mon, 26 Sep 2011 23:33:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-associate-the-digital-signature-plugin-with-a/m-p/319942#M6943</guid>
      <dc:creator>Wojciech_Sulejm</dc:creator>
      <dc:date>2011-09-26T23:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to associate the digital signature plugin with a custom document type?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-associate-the-digital-signature-plugin-with-a/m-p/319943#M6944</link>
      <description>&lt;P&gt;Thanks Wojciech, but I'm still having trouble connecting my &lt;A href="http://www.arx.com/digital-signature"&gt;electronic signature&lt;/A&gt; to a custom document...
I've tried using your code but I keep getting an error message.. Help!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2012 15:05:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-associate-the-digital-signature-plugin-with-a/m-p/319943#M6944</guid>
      <dc:creator />
      <dc:date>2012-02-28T15:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to associate the digital signature plugin with a custom document type?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-associate-the-digital-signature-plugin-with-a/m-p/319944#M6945</link>
      <description>&lt;P&gt;Could you please provide more details? I am not able to provide you with any recommendations without the information about your error?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2012 17:08:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-associate-the-digital-signature-plugin-with-a/m-p/319944#M6945</guid>
      <dc:creator>Wojciech_Sulejm</dc:creator>
      <dc:date>2012-02-28T17:08:43Z</dc:date>
    </item>
  </channel>
</rss>

