<?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: How to generate a thumbnail use alfresco in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-generate-a-thumbnail-use-alfresco/m-p/279158#M232288</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jeff&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Thanks for your replay. I used the URL you provided and still got a 404 error. But I use this url &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/66f766c0-4245-42e3-9133-06b9623f26e7/content/thumbnails/medium?c=queue&amp;amp;ph=true" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/66f766c0-4245-42e3-9133-06b9623f26e7/content/thumbnails/medium?c=queue&amp;amp;ph=true&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/66f766c0-4245-42e3-9133-06b9623f26e7/content/thumbnails/medium?c=queue&amp;amp;ph=true" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/66f766c0-4245-42e3-9133-06b9623f26e7/content/thumbnails/medium?c=queue&amp;amp;ph=true&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/a&amp;gt; can receive an orange picture(not true thumbnail). I need to generate a thumbnail for a picture. So which thumbnail name to be used?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 May 2013 01:33:03 GMT</pubDate>
    <dc:creator>andywong</dc:creator>
    <dc:date>2013-05-17T01:33:03Z</dc:date>
    <item>
      <title>How to generate a thumbnail use alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-generate-a-thumbnail-use-alfresco/m-p/279156#M232286</link>
      <description>Hi  I met a problem when I use alfresco generate thumbnails. I use the php curl send the post request to the &amp;lt;a&amp;gt;http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/66f766c0-4245-42e3-9133-06b9623f26e7/content/thumbnails&amp;lt;/a&amp;gt;. And got the response with the follow message:</description>
      <pubDate>Thu, 16 May 2013 09:15:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-generate-a-thumbnail-use-alfresco/m-p/279156#M232286</guid>
      <dc:creator>andywong</dc:creator>
      <dc:date>2013-05-16T09:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a thumbnail use alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-generate-a-thumbnail-use-alfresco/m-p/279157#M232287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The reason is that thumbnails are generated asynchronously and the thumbnail rendition must first be requested. The way to do that is to append "?c=queue" to your URL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to make sure that you always get a placeholder thumbnail back when an actual thumbnail doesn't exist, append "&amp;amp;ph=true" to your URL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So the full URL in your case to (1) request a thumbnail generation and (2) get the placeholder back until the thumbnail exists would be:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/66f766c0-4245-42e3-9133-06b9623f26e7/content/thumbnails/webpreview?c=queue&amp;amp;ph=true" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/66f766c0-4245-42e3-9133-06b9623f26e7/content/thumbnails/webpreview?c=queue&amp;amp;ph=true&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Read the docs at: &lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/4.2/topic/com.alfresco.enterprise.doc/references/RESTful-ThumbnailThumbnailGet.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/4.2/topic/com.alfresco.enterprise.doc/references/RESTful-ThumbnailThumbnailGet.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 14:55:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-generate-a-thumbnail-use-alfresco/m-p/279157#M232287</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2013-05-16T14:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a thumbnail use alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-generate-a-thumbnail-use-alfresco/m-p/279158#M232288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jeff&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Thanks for your replay. I used the URL you provided and still got a 404 error. But I use this url &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/66f766c0-4245-42e3-9133-06b9623f26e7/content/thumbnails/medium?c=queue&amp;amp;ph=true" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/66f766c0-4245-42e3-9133-06b9623f26e7/content/thumbnails/medium?c=queue&amp;amp;ph=true&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/66f766c0-4245-42e3-9133-06b9623f26e7/content/thumbnails/medium?c=queue&amp;amp;ph=true" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/66f766c0-4245-42e3-9133-06b9623f26e7/content/thumbnails/medium?c=queue&amp;amp;ph=true&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/a&amp;gt; can receive an orange picture(not true thumbnail). I need to generate a thumbnail for a picture. So which thumbnail name to be used?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 01:33:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-generate-a-thumbnail-use-alfresco/m-p/279158#M232288</guid>
      <dc:creator>andywong</dc:creator>
      <dc:date>2013-05-17T01:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a thumbnail use alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-generate-a-thumbnail-use-alfresco/m-p/279159#M232289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Andy !&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you manage to display this thumbnail ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 10:21:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-generate-a-thumbnail-use-alfresco/m-p/279159#M232289</guid>
      <dc:creator>amineelhaddaj</dc:creator>
      <dc:date>2015-05-27T10:21:23Z</dc:date>
    </item>
  </channel>
</rss>

