<?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: generating thumbnails in Alfresco in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/generating-thumbnails-in-alfresco/m-p/124450#M34011</link>
    <description>&lt;P&gt;I use this GET request for thumbnail, works if doc lib is created.&amp;nbsp;But doc lib is only generated if I open the Alfresco UI with this file.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it possible to append the OperationContext to the GET request parameter ?c=force via CMIS?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In ALF7 I have these parameters in alfresco-global. properties:&lt;/P&gt;&lt;PRE&gt;    transform.service.enabled=&lt;SPAN class=""&gt;true&lt;/SPAN&gt;
    local.transform.service.enabled=&lt;SPAN class=""&gt;true&lt;/SPAN&gt;
    messaging.subsystem.autoStart=&lt;SPAN class=""&gt;true&lt;/SPAN&gt;
    alfresco.restApi.basicAuthScheme=&lt;SPAN class=""&gt;true&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;Is there anything else to add?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there a lazy evaluation of thumbnails in alfresco? If so, how do I turn it off? I need to ensure that ALF creates a thumbnail immediately after inserting the file via CMIS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Oct 2021 08:38:00 GMT</pubDate>
    <dc:creator>RobertDudas</dc:creator>
    <dc:date>2021-10-22T08:38:00Z</dc:date>
    <item>
      <title>generating thumbnails in Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/generating-thumbnails-in-alfresco/m-p/124448#M34009</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am developing CMIS based application code to get thumbnails from the Alfresco repository. But thumbnails are not available immediately after insertion. How can I set CMIS when creating a file, pls? Can I set up on Map&amp;lt;String, Object&amp;gt;, ContentStream, or another way to start doclib creation?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;want to do something similar to JavaScript.&lt;BR /&gt;document.createThumbnail("scImageThumbnail", true);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Or is it just about setting the Alfresco?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 15:00:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/generating-thumbnails-in-alfresco/m-p/124448#M34009</guid>
      <dc:creator>RobertDudas</dc:creator>
      <dc:date>2021-10-21T15:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: generating thumbnails in Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/generating-thumbnails-in-alfresco/m-p/124449#M34010</link>
      <description>&lt;P&gt;The action to create a rendition (the thumbnail) can't be fired from CMIS API (afaik). So you need to wait for Alfresco to create that and once this happens, you can get the rendition by using Rendition API.&lt;/P&gt;
&lt;P&gt;Sample code for this operation is available in &lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/70191"&gt;@jpotts&lt;/A&gt; reply to this question: &lt;A href="https://stackoverflow.com/questions/38655368/how-to-get-rendition-copy-of-word-document-from-alfresco-repository-using-cmis" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/38655368/how-to-get-rendition-copy-of-word-document-from-alfresco-repository-using-cmis&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 15:53:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/generating-thumbnails-in-alfresco/m-p/124449#M34010</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2021-10-21T15:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: generating thumbnails in Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/generating-thumbnails-in-alfresco/m-p/124450#M34011</link>
      <description>&lt;P&gt;I use this GET request for thumbnail, works if doc lib is created.&amp;nbsp;But doc lib is only generated if I open the Alfresco UI with this file.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it possible to append the OperationContext to the GET request parameter ?c=force via CMIS?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In ALF7 I have these parameters in alfresco-global. properties:&lt;/P&gt;&lt;PRE&gt;    transform.service.enabled=&lt;SPAN class=""&gt;true&lt;/SPAN&gt;
    local.transform.service.enabled=&lt;SPAN class=""&gt;true&lt;/SPAN&gt;
    messaging.subsystem.autoStart=&lt;SPAN class=""&gt;true&lt;/SPAN&gt;
    alfresco.restApi.basicAuthScheme=&lt;SPAN class=""&gt;true&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;Is there anything else to add?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there a lazy evaluation of thumbnails in alfresco? If so, how do I turn it off? I need to ensure that ALF creates a thumbnail immediately after inserting the file via CMIS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 08:38:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/generating-thumbnails-in-alfresco/m-p/124450#M34011</guid>
      <dc:creator>RobertDudas</dc:creator>
      <dc:date>2021-10-22T08:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: generating thumbnails in Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/generating-thumbnails-in-alfresco/m-p/124451#M34012</link>
      <description>&lt;P&gt;In order to create a new rendition (after the inserting the file using CMIS) you need to use the Alfresco REST API:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://api-explorer.alfresco.com/api-explorer/#/renditions/createRendition" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api-explorer.alfresco.com/api-explorer/#/renditions/createRendition&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;There is no option available from CMIS Client.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 08:43:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/generating-thumbnails-in-alfresco/m-p/124451#M34012</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2021-10-22T08:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: generating thumbnails in Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/generating-thumbnails-in-alfresco/m-p/124452#M34013</link>
      <description>&lt;P&gt;In ALF6, thumbnails were generated from documents(pdf, txt, pptx, csv, etc) immediately after insertion. Only thumbnails from images were not generated automatically.&amp;nbsp;What's the &lt;SPAN&gt;rendition&lt;/SPAN&gt; in ALF6 and ALF7 different?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 09:13:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/generating-thumbnails-in-alfresco/m-p/124452#M34013</guid>
      <dc:creator>RobertDudas</dc:creator>
      <dc:date>2021-10-22T09:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: generating thumbnails in Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/generating-thumbnails-in-alfresco/m-p/124453#M34014</link>
      <description>&lt;P&gt;Not sure if that is the root cause, but Transformers changed from ACS 6.2:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.alfresco.com/content-services/latest/develop/repo-ext-points/content-transformers-renditions/#transformation-changes-from-content-services-62" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/content-services/latest/develop/repo-ext-points/content-transformers-renditions/#transformation-changes-from-content-services-62&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;On the other hand, I've found this property:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/resources/alfresco/repository.properties#L480" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/resources/alfresco/repository.properties#L480&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You'll find additional details in:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-community-repo/commit/3ad33034f122af679e9ad065b59d6906939cc58e" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-community-repo/commit/3ad33034f122af679e9ad065b59d6906939cc58e&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Note that this is also an asynchronous operation.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 10:19:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/generating-thumbnails-in-alfresco/m-p/124453#M34014</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2021-10-22T10:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: generating thumbnails in Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/generating-thumbnails-in-alfresco/m-p/124454#M34015</link>
      <description>&lt;P&gt;Thank you for the advice, REST generating thumbnail is functioning perfectly. Could you also give me advice on how to set up CMIS, please?&lt;BR /&gt;cmis.create.doc.request.renditions.set=&lt;BR /&gt;I have already tried to set up doclib, thumbnail, scImageThumbnail yet it has not to trigger the correct transformation.&lt;BR /&gt;In the case of CMIS is error thumbnail="true" against REST transformation. If the transformation is started using CMIS, then doclib is not created. It is created only after the REST call.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 11:04:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/generating-thumbnails-in-alfresco/m-p/124454#M34015</guid>
      <dc:creator>RobertDudas</dc:creator>
      <dc:date>2021-11-02T11:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: generating thumbnails in Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/generating-thumbnails-in-alfresco/m-p/124455#M34016</link>
      <description>&lt;P&gt;This should be working:&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="caret-color: #172b4d; color: #172b4d; font-family: SFMono-Medium, 'SF Mono', 'Segoe UI Mono', 'Roboto Mono', 'Ubuntu Mono', Menlo, Consolas, Courier, monospace; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: pre; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: #f4f5f7; text-decoration: none; display: inline !important; float: none;"&gt;cmis.create.doc.request.renditions.set=doclib,pdf&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;What Alfresco version are you using?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 14:59:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/generating-thumbnails-in-alfresco/m-p/124455#M34016</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2021-11-02T14:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: generating thumbnails in Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/generating-thumbnails-in-alfresco/m-p/124456#M34017</link>
      <description>&lt;P&gt;In ALF7 with embedded ImageMagick works perfectly.&lt;BR /&gt;But I need it to work for ALF6.&lt;BR /&gt;In ALF6 works only documents. It does not create a thumbnail from the images.&lt;BR /&gt;In ALF6 I have this configuration.&lt;/P&gt;&lt;P&gt;img.root=/usr/lib64/ImageMagick-7.0.7&lt;BR /&gt;img.coders=/usr/lib64/ImageMagick-7.0.7/modules-Q16HDRI/coders&lt;BR /&gt;img.config=/usr/lib64/ImageMagick-7.0.7/config-Q16HDRI&lt;BR /&gt;img.exe=/usr/bin/convert&lt;/P&gt;&lt;P&gt;alfresco.restApi.basicAuthScheme=true&lt;BR /&gt;messaging.subsystem.autoStart=false&lt;/P&gt;&lt;P&gt;Do I need to add anything else for ALF6, pls?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 14:41:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/generating-thumbnails-in-alfresco/m-p/124456#M34017</guid>
      <dc:creator>RobertDudas</dc:creator>
      <dc:date>2021-11-04T14:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: generating thumbnails in Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/generating-thumbnails-in-alfresco/m-p/124457#M34018</link>
      <description>&lt;P&gt;That feature is only available from Alfresco 7, so no option to use that in Alfresco 6.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 14:51:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/generating-thumbnails-in-alfresco/m-p/124457#M34018</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2021-11-04T14:51:56Z</dc:date>
    </item>
  </channel>
</rss>

