<?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 Transfom doc to pdf in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/transfom-doc-to-pdf/m-p/125615#M88404</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, how I can transform all doc files in "user homes" to pdf files?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I read something, but I don't read a clear procedure to follow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you explain me step by step this procedure?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would to do this both programmatically and by web client.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(sorry for my english)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jan 2008 14:38:56 GMT</pubDate>
    <dc:creator>robertoroberto</dc:creator>
    <dc:date>2008-01-10T14:38:56Z</dc:date>
    <item>
      <title>Transfom doc to pdf</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/transfom-doc-to-pdf/m-p/125615#M88404</link>
      <description>Hi, how I can transform all doc files in "user homes" to pdf files?I read something, but I don't read a clear procedure to follow.Can you explain me step by step this procedure?I would to do this both programmatically and by web client.Regards(sorry for my english)</description>
      <pubDate>Thu, 10 Jan 2008 14:38:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/transfom-doc-to-pdf/m-p/125615#M88404</guid>
      <dc:creator>robertoroberto</dc:creator>
      <dc:date>2008-01-10T14:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Transfom doc to pdf</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/transfom-doc-to-pdf/m-p/125616#M88405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am not sure that you will find step by step instructions, but you can get a general idea of how the transformation is performed by checking the source of org.alfresco.repo.action.executer.TransformActionExecuter class. It can be found in Repository project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Denis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 14:50:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/transfom-doc-to-pdf/m-p/125616#M88405</guid>
      <dc:creator>dhalupa</dc:creator>
      <dc:date>2008-01-14T14:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Transfom doc to pdf</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/transfom-doc-to-pdf/m-p/125617#M88406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using the web-client:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Go to the folder where you want the transformations to happen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then go to 'more actions' -&amp;gt; 'manage content rules'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Create a new "all items" rule here to &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"transform and copy content to a specific space", and specify PDF as the transformation type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You choose if this executes on update, inbound, or outbound.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If there are files already present in this space that need transforming, then select 'reapply rule' in 'more actions'&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 19:20:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/transfom-doc-to-pdf/m-p/125617#M88406</guid>
      <dc:creator>tommorris</dc:creator>
      <dc:date>2008-01-14T19:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Transfom doc to pdf</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/transfom-doc-to-pdf/m-p/125618#M88407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, Can I manage rules via web service?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 08:48:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/transfom-doc-to-pdf/m-p/125618#M88407</guid>
      <dc:creator>robertoroberto</dc:creator>
      <dc:date>2008-01-16T08:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Transfom doc to pdf</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/transfom-doc-to-pdf/m-p/125619#M88408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think you can - sort of.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I noticed this issue in JIRA: &lt;/SPAN&gt;&lt;A href="http://issues.alfresco.com/browse/AWC-1633" rel="nofollow noopener noreferrer"&gt;http://issues.alfresco.com/browse/AWC-1633&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks like you can create rules using the webservice, but then you cannot edit that rule using the web-user-interface…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 11:01:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/transfom-doc-to-pdf/m-p/125619#M88408</guid>
      <dc:creator>tommorris</dc:creator>
      <dc:date>2008-01-16T11:01:04Z</dc:date>
    </item>
  </channel>
</rss>

