<?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 Add a file to Alfresco without using the share interface in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/add-a-file-to-alfresco-without-using-the-share-interface/m-p/284727#M237857</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the following thing to do and I really don't know how to start.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- I have a long PDF file that I split and rename in various different files (it's a cron job)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- I want this files to be integrated somehow in Alfresco. I suppose that I have to move them to the right Alfresco folder (it's a part of the cron job). I should call the folder "For revision"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- The user will be allowed to check wether or not the filenames are correct and can be moved in a different Alfresco folder. I want these files to have an attribute "number" and the value of it will be the filename&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone orientate me ? I don't know how I can do that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Vincent&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Dec 2013 08:54:39 GMT</pubDate>
    <dc:creator>vincent_roye</dc:creator>
    <dc:date>2013-12-23T08:54:39Z</dc:date>
    <item>
      <title>Add a file to Alfresco without using the share interface</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-a-file-to-alfresco-without-using-the-share-interface/m-p/284727#M237857</link>
      <description>Hi,I have the following thing to do and I really don't know how to start.- I have a long PDF file that I split and rename in various different files (it's a cron job)- I want this files to be integrated somehow in Alfresco. I suppose that I have to move them to the right Alfresco folder (it's a part</description>
      <pubDate>Mon, 23 Dec 2013 08:54:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-a-file-to-alfresco-without-using-the-share-interface/m-p/284727#M237857</guid>
      <dc:creator>vincent_roye</dc:creator>
      <dc:date>2013-12-23T08:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Add a file to Alfresco without using the share interface</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-a-file-to-alfresco-without-using-the-share-interface/m-p/284728#M237858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;??splitting and renaming of pdf file&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;create standalone service where with the help of apache-tika library you or other pdf utilities you would be able to operate on pdf files which are stored in your filesystem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;gt;&amp;gt;files to be integrated somehow in Alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For integrating those newly created files you can create alfresco cron job which first invoke your utility which you had crated in first step then upload those files in alfresco using alfresco repository services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt; files to have an attribute "number" and the value of it will be the filename&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;During upload read the filename and associate it with newly create node of alfresco as custom property.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 09:11:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-a-file-to-alfresco-without-using-the-share-interface/m-p/284728#M237858</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2013-12-23T09:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Add a file to Alfresco without using the share interface</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-a-file-to-alfresco-without-using-the-share-interface/m-p/284729#M237859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for helping me during Christmas holidays Mits, that's nice &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Concerning the PDF generation, everything is ok. I talked about splitting and renaming because it's a kind of sequence of scanned ticket and I'm extracting the number out of it and setting it as the filename. It's under control and not so interesting &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- "you can create alfresco cron job which first invoke your utility" Do you mean that I have to create a specific alfresco cron job. It's gonna grab my PDFs files in my system and automatically add them to Alfresco repository ? It sounds good &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- "During upload read the filename and associate it with newly create node of alfresco as custom property." Alright so that I have to learn how to work with Alfresco scripts and find out how to deal with my filename / node etc… &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Am I right more or less ? Do you mind if I had you to Skype ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Vincent&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 09:33:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-a-file-to-alfresco-without-using-the-share-interface/m-p/284729#M237859</guid>
      <dc:creator>vincent_roye</dc:creator>
      <dc:date>2013-12-23T09:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Add a file to Alfresco without using the share interface</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-a-file-to-alfresco-without-using-the-share-interface/m-p/284730#M237860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;"Do you mean that I have to create a specific alfresco cron job. It's gonna grab my PDFs files in my system and automatically add them to Alfresco repository ?"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, exactly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 11:08:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-a-file-to-alfresco-without-using-the-share-interface/m-p/284730#M237860</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2013-12-23T11:08:25Z</dc:date>
    </item>
  </channel>
</rss>

