<?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: The problem creates a thumbnail after insertion in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/the-problem-creates-a-thumbnail-after-insertion/m-p/141610#M37728</link>
    <description>&lt;P&gt;Legacy transformation is no longer available with ACS7. &lt;A href="https://docs.alfresco.com/transform-service/latest/config/" target="_self" rel="nofollow noopener noreferrer"&gt;You have to use local transformation service&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Checkout the steps to setup local tr service here:&amp;nbsp;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/alfresco-comunity-7-zip-haven-t-alfresco-pdf-renderer-into/m-p/307186#M24293" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-forum/alfresco-comunity-7-zip-haven-t-alfresco-pdf-renderer-into/m-p/307186#M24293&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The approach you are using is also deprecated. Use the&amp;nbsp;&lt;SPAN&gt;new async RenditionService2.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Checkout this post as well: &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-blog/quick-reference-for-transformers-in-acs-community-6-2/ba-p/294824" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-blog/quick-reference-for-transformers-in-acs-community-6-2/ba-p/294824&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 24 Oct 2021 03:24:07 GMT</pubDate>
    <dc:creator>abhinavmishra14</dc:creator>
    <dc:date>2021-10-24T03:24:07Z</dc:date>
    <item>
      <title>The problem creates a thumbnail after insertion</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/the-problem-creates-a-thumbnail-after-insertion/m-p/141609#M37727</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I use alfresco 7.1.0 with embedded ImageMagick 7.0.10. In global.properties I have system.thumbnail.generate=true. In Tomcat I have file thumbnail-service-context.xml and I use CMIS connector.&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;beans xmlns="&lt;A href="http://www.springframework.org/schema/beans" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/beans&lt;/A&gt;" xmlns:util="&lt;A href="http://www.springframework.org/schema/util" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/util&lt;/A&gt;" xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;" xsi:schemaLocation=" &lt;A href="http://www.springframework.org/schema/beans" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/beans&lt;/A&gt; &lt;A href="http://www.springframework.org/schema/beans/spring-beans.xsd" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/beans/spring-beans.xsd&lt;/A&gt; &lt;A href="http://www.springframework.org/schema/util" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/util&lt;/A&gt; &lt;A href="http://www.springframework.org/schema/util/spring-util.xsd" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/util/spring-util.xsd&lt;/A&gt;"&amp;gt;&lt;BR /&gt;&amp;lt;!-- This bean is responsible for the conversion of thumbnail definitions to&lt;BR /&gt;rendition definitions and vice versa --&amp;gt;&lt;BR /&gt;&amp;lt;bean id="thumbnailRenditionConvertor" class="org.alfresco.repo.thumbnail.ThumbnailRenditionConvertor"&amp;gt;&lt;BR /&gt;&amp;lt;property name="renditionService" ref="renditionService" /&amp;gt;&lt;BR /&gt;&amp;lt;/bean&amp;gt;&lt;BR /&gt;&amp;lt;bean id="baseThumbnailDefinition" class="org.alfresco.repo.thumbnail.ThumbnailDefinition" abstract="true" init-method="register"&amp;gt;&lt;BR /&gt;&amp;lt;property name="thumbnailRegistry"&amp;gt;&lt;BR /&gt;&amp;lt;ref bean="thumbnailRegistry" /&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;/bean&amp;gt;&lt;BR /&gt;&amp;lt;bean id="defaultImageResizeOptions" class="org.alfresco.repo.content.transform.magick.ImageResizeOptions" abstract="true"&amp;gt;&lt;BR /&gt;&amp;lt;property name="maintainAspectRatio" value="true" /&amp;gt;&lt;BR /&gt;&amp;lt;property name="resizeToThumbnail" value="true" /&amp;gt;&lt;BR /&gt;&amp;lt;/bean&amp;gt;&lt;BR /&gt;&amp;lt;bean id="defaultImageTransformationOptions" class="org.alfresco.repo.content.transform.magick.ImageTransformationOptions" abstract="true"&amp;gt;&lt;BR /&gt;&amp;lt;property name="timeoutMs" value="20000" /&amp;gt;&lt;BR /&gt;&amp;lt;property name="readLimitTimeMs" value="-1" /&amp;gt;&lt;BR /&gt;&amp;lt;property name="maxSourceSizeKBytes" value="25000" /&amp;gt;&lt;BR /&gt;&amp;lt;property name="readLimitKBytes" value="-1" /&amp;gt;&lt;BR /&gt;&amp;lt;property name="pageLimit" value="1" /&amp;gt;&lt;BR /&gt;&amp;lt;property name="maxPages" value="-1" /&amp;gt;&lt;BR /&gt;&amp;lt;/bean&amp;gt;&lt;BR /&gt;&amp;lt;!-- Slingshot Document Library image thumbnail options --&amp;gt;&lt;BR /&gt;&amp;lt;!-- Note that this will auto-register with parent="baseThumbnailDefinition" in the future --&amp;gt;&lt;BR /&gt;&amp;lt;bean id="thumbnailDefinitionDoclib" class="org.alfresco.repo.thumbnail.ThumbnailDefinition"&amp;gt;&lt;BR /&gt;&amp;lt;property name="name" value="doclib" /&amp;gt;&lt;BR /&gt;&amp;lt;property name="mimetype" value="image/png" /&amp;gt;&lt;BR /&gt;&amp;lt;property name="transformationOptions"&amp;gt;&lt;BR /&gt;&amp;lt;bean parent="defaultImageTransformationOptions"&amp;gt;&lt;BR /&gt;&amp;lt;property name="resizeOptions"&amp;gt;&lt;BR /&gt;&amp;lt;bean parent="defaultImageResizeOptions"&amp;gt;&lt;BR /&gt;&amp;lt;property name="width" value="120" /&amp;gt;&lt;BR /&gt;&amp;lt;property name="height" value="120" /&amp;gt;&lt;BR /&gt;&amp;lt;property name="allowEnlargement" value="false" /&amp;gt;&lt;BR /&gt;&amp;lt;/bean&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;/bean&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="placeHolderResourcePath" value="alfresco/thumbnail/thumbnail_placeholder_doclib.png" /&amp;gt;&lt;BR /&gt;&amp;lt;property name="mimeAwarePlaceHolderResourcePath" value="alfresco/thumbnail/thumbnail_placeholder_doclib{0}.png" /&amp;gt;&lt;BR /&gt;&amp;lt;property name="runAs" value="System" /&amp;gt;&lt;BR /&gt;&amp;lt;property name="failureHandlingOptions" ref="standardFailureOptions" /&amp;gt;&lt;BR /&gt;&amp;lt;/bean&amp;gt;&lt;BR /&gt;&amp;lt;!-- Image preview thumbnail options --&amp;gt;&lt;BR /&gt;&amp;lt;!-- Note that this will auto-register with parent="baseThumbnailDefinition" in the future --&amp;gt;&lt;BR /&gt;&amp;lt;bean id="thumbnailDefinitionImgpreview" class="org.alfresco.repo.thumbnail.ThumbnailDefinition"&amp;gt;&lt;BR /&gt;&amp;lt;property name="name" value="imgpreview" /&amp;gt;&lt;BR /&gt;&amp;lt;property name="mimetype" value="image/jpeg" /&amp;gt;&lt;BR /&gt;&amp;lt;property name="transformationOptions"&amp;gt;&lt;BR /&gt;&amp;lt;bean parent="defaultImageTransformationOptions"&amp;gt;&lt;BR /&gt;&amp;lt;property name="resizeOptions"&amp;gt;&lt;BR /&gt;&amp;lt;bean parent="defaultImageResizeOptions"&amp;gt;&lt;BR /&gt;&amp;lt;property name="width" value="120" /&amp;gt;&lt;BR /&gt;&amp;lt;property name="height" value="120" /&amp;gt;&lt;BR /&gt;&amp;lt;property name="allowEnlargement" value="false" /&amp;gt;&lt;BR /&gt;&amp;lt;/bean&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;/bean&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="placeHolderResourcePath" value="alfresco/thumbnail/thumbnail_placeholder_256.png" /&amp;gt;&lt;BR /&gt;&amp;lt;property name="mimeAwarePlaceHolderResourcePath" value="alfresco/thumbnail/thumbnail_placeholder_256{0}.png" /&amp;gt;&lt;BR /&gt;&amp;lt;property name="runAs" value="System" /&amp;gt;&lt;BR /&gt;&amp;lt;property name="failureHandlingOptions" ref="standardFailureOptions" /&amp;gt;&lt;BR /&gt;&amp;lt;/bean&amp;gt;&lt;BR /&gt;&amp;lt;!-- Web Preview thumbnail options --&amp;gt;&lt;BR /&gt;&amp;lt;!-- Note that this will auto-register with parent="baseThumbnailDefinition" in the future --&amp;gt;&lt;BR /&gt;&amp;lt;bean id="thumbnailDefinitionWebpreview" class="org.alfresco.repo.thumbnail.ThumbnailDefinition"&amp;gt;&lt;BR /&gt;&amp;lt;property name="name" value="webpreview" /&amp;gt;&lt;BR /&gt;&amp;lt;property name="mimetype" value="application/x-shockwave-flash" /&amp;gt;&lt;BR /&gt;&amp;lt;property name="transformationOptions"&amp;gt;&lt;BR /&gt;&amp;lt;bean class="org.alfresco.repo.content.transform.swf.SWFTransformationOptions"&amp;gt;&lt;BR /&gt;&amp;lt;property name="flashVersion" value="9" /&amp;gt;&lt;BR /&gt;&amp;lt;/bean&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="runAs" value="System" /&amp;gt;&lt;BR /&gt;&amp;lt;property name="failureHandlingOptions" ref="standardFailureOptions" /&amp;gt;&lt;BR /&gt;&amp;lt;/bean&amp;gt;&lt;BR /&gt;&amp;lt;!-- PDF Preview --&amp;gt;&lt;BR /&gt;&amp;lt;bean id="thumbnailDefinitionPDFpreview" class="org.alfresco.repo.thumbnail.ThumbnailDefinition"&amp;gt;&lt;BR /&gt;&amp;lt;property name="name" value="pdf" /&amp;gt;&lt;BR /&gt;&amp;lt;property name="mimetype" value="application/pdf" /&amp;gt;&lt;BR /&gt;&amp;lt;property name="transformationOptions"&amp;gt;&lt;BR /&gt;&amp;lt;!-- The thumbnail definition have transformationOptions mandatory --&amp;gt;&lt;BR /&gt;&amp;lt;!-- But there are none for pdf, so use SWFTransformationsOptions as a dummy --&amp;gt;&lt;BR /&gt;&amp;lt;bean class="org.alfresco.repo.content.transform.swf.SWFTransformationOptions"&amp;gt;&lt;BR /&gt;&amp;lt;property name="flashVersion" value="9" /&amp;gt;&lt;BR /&gt;&amp;lt;/bean&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;/bean&amp;gt;&lt;BR /&gt;&amp;lt;!-- Thumbnail Register --&amp;gt;&lt;BR /&gt;&amp;lt;bean id="thumbnailRegistry" parent="baseThumbnailRegistry" class="org.alfresco.repo.thumbnail.ThumbnailRegistry" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- failure options 86400s = 60s 60m 2h =1day --&amp;gt;&lt;BR /&gt;&amp;lt;bean id="standardFailureOptions" class="org.alfresco.repo.thumbnail.FailureHandlingOptions"&amp;gt;&lt;BR /&gt;&amp;lt;property name="retryPeriod" value="100" /&amp;gt;&lt;BR /&gt;&amp;lt;property name="retryCount" value="4" /&amp;gt;&lt;BR /&gt;&amp;lt;property name="quietPeriod" value="7200" /&amp;gt;&lt;BR /&gt;&amp;lt;property name="quietPeriodRetriesEnabled" value="true" /&amp;gt;&lt;BR /&gt;&amp;lt;/bean&amp;gt;&lt;BR /&gt;&amp;lt;!-- Create Thumbnail Action --&amp;gt;&lt;BR /&gt;&amp;lt;bean id="create-thumbnail" class="org.alfresco.repo.thumbnail.CreateThumbnailActionExecuter" parent="action-executer"&amp;gt;&lt;BR /&gt;&amp;lt;property name="publicAction"&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;false&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="nodeService"&amp;gt;&lt;BR /&gt;&amp;lt;ref bean="NodeService" /&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="thumbnailService"&amp;gt;&lt;BR /&gt;&amp;lt;ref bean="ThumbnailService" /&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="mimetypeMaxSourceSizeKBytes"&amp;gt;&lt;BR /&gt;&amp;lt;ref bean="mimetypeMaxSourceSizeKBytes" /&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;/bean&amp;gt;&lt;BR /&gt;&amp;lt;!-- Update Thumbnail Action --&amp;gt;&lt;BR /&gt;&amp;lt;bean id="update-thumbnail" class="org.alfresco.repo.thumbnail.UpdateThumbnailActionExecuter" parent="action-executer"&amp;gt;&lt;BR /&gt;&amp;lt;property name="publicAction"&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;false&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="nodeService"&amp;gt;&lt;BR /&gt;&amp;lt;ref bean="NodeService" /&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="renditionService"&amp;gt;&lt;BR /&gt;&amp;lt;ref bean="RenditionService" /&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="thumbnailService"&amp;gt;&lt;BR /&gt;&amp;lt;ref bean="ThumbnailService" /&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="mimetypeMaxSourceSizeKBytes"&amp;gt;&lt;BR /&gt;&amp;lt;ref bean="mimetypeMaxSourceSizeKBytes" /&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;/bean&amp;gt;&lt;BR /&gt;&amp;lt;!-- Size limits (KBytes) by mimetype of original source content after which thumbnails&lt;BR /&gt;are not created. If the mimetype is not specified or the value is less than zero,&lt;BR /&gt;a thumbnail will be generated regardless of size. --&amp;gt;&lt;BR /&gt;&amp;lt;!-- extension from &lt;A href="https://docs.alfresco.com/content-services/6.1/admin/transformations/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/content-services/6.1/admin/transformations/&lt;/A&gt; --&amp;gt;&lt;BR /&gt;&amp;lt;util:map id="mimetypeMaxSourceSizeKBytes" map-class="java.util.HashMap" key-type="java.lang.String" value-type="java.lang.String"&amp;gt;&lt;BR /&gt;&amp;lt;entry key="application/pdf"&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;-1&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/entry&amp;gt;&lt;BR /&gt;&amp;lt;entry key="text/plain"&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;-1&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/entry&amp;gt;&lt;BR /&gt;&amp;lt;entry key="application/vnd.openxmlformats-officedocument.wordprocessingml.document"&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;-1&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/entry&amp;gt;&lt;BR /&gt;&amp;lt;entry key="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;-1&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/entry&amp;gt;&lt;BR /&gt;&amp;lt;entry key="application/vnd.openxmlformats-officedocument.presentationml.presentation"&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;-1&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/entry&amp;gt;&lt;BR /&gt;&amp;lt;entry key="application/vnd.oasis.opendocument.text"&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;-1&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/entry&amp;gt;&lt;BR /&gt;&amp;lt;entry key="application/vnd.oasis.opendocument.spreadsheet"&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;-1&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/entry&amp;gt;&lt;BR /&gt;&amp;lt;entry key="application/vnd.oasis.opendocument.presentation"&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;-1&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/entry&amp;gt;&lt;BR /&gt;&amp;lt;entry key="application/x-gzip"&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;0&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/entry&amp;gt;&lt;BR /&gt;&amp;lt;entry key="application/zip"&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;0&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/entry&amp;gt;&lt;BR /&gt;&amp;lt;entry key="application/x-tar"&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;0&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/entry&amp;gt;&lt;BR /&gt;&amp;lt;entry key="application/vnd.oasis.opendocument.image"&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;20000&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/entry&amp;gt;&lt;BR /&gt;&amp;lt;/util:map&amp;gt;&lt;BR /&gt;&amp;lt;!-- Thumbnail service script API --&amp;gt;&lt;BR /&gt;&amp;lt;bean id="thumbnailServiceScript" parent="baseJavaScriptExtension" class="org.alfresco.repo.thumbnail.script.ScriptThumbnailService"&amp;gt;&lt;BR /&gt;&amp;lt;property name="extensionName"&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;thumbnailService&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;!-- Creates ScriptNodes which require the ServiceRegistry --&amp;gt;&lt;BR /&gt;&amp;lt;property name="serviceRegistry" ref="ServiceRegistry" /&amp;gt;&lt;BR /&gt;&amp;lt;/bean&amp;gt;&lt;BR /&gt;&amp;lt;!-- This action filter bean prevents multiple equivalent create-thumbnail actions from executing&lt;BR /&gt;simultaneously in the Asynchronous Action Execution Service --&amp;gt;&lt;BR /&gt;&amp;lt;bean id="createThumbnailActionFilter" class="org.alfresco.repo.action.CreateThumbnailActionFilter" parent="baseActionFilter"&amp;gt;&lt;BR /&gt;&amp;lt;property name="name"&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;preventMultipleCreateThumbnailActions&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;!-- The action-definition-name against which this bean will be registered. --&amp;gt;&lt;BR /&gt;&amp;lt;property name="actionDefinitionName"&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;create-thumbnail&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;/bean&amp;gt;&lt;BR /&gt;&amp;lt;/beans&amp;gt;&lt;/P&gt;&lt;P&gt;Alfresco does not automatically create a thumbnail. If I open a folder in Alfresco UI, then I will wait a few seconds to create a preview only, then do I have a preview in CMIS.&lt;/P&gt;&lt;P&gt;Can you please advise me what is wrong, if the thumbnail does not create itself after insertion?&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Robo&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 05:49:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/the-problem-creates-a-thumbnail-after-insertion/m-p/141609#M37727</guid>
      <dc:creator>robertD</dc:creator>
      <dc:date>2021-09-20T05:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: The problem creates a thumbnail after insertion</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/the-problem-creates-a-thumbnail-after-insertion/m-p/141610#M37728</link>
      <description>&lt;P&gt;Legacy transformation is no longer available with ACS7. &lt;A href="https://docs.alfresco.com/transform-service/latest/config/" target="_self" rel="nofollow noopener noreferrer"&gt;You have to use local transformation service&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Checkout the steps to setup local tr service here:&amp;nbsp;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/alfresco-comunity-7-zip-haven-t-alfresco-pdf-renderer-into/m-p/307186#M24293" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-forum/alfresco-comunity-7-zip-haven-t-alfresco-pdf-renderer-into/m-p/307186#M24293&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The approach you are using is also deprecated. Use the&amp;nbsp;&lt;SPAN&gt;new async RenditionService2.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Checkout this post as well: &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-blog/quick-reference-for-transformers-in-acs-community-6-2/ba-p/294824" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-blog/quick-reference-for-transformers-in-acs-community-6-2/ba-p/294824&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Oct 2021 03:24:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/the-problem-creates-a-thumbnail-after-insertion/m-p/141610#M37728</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-10-24T03:24:07Z</dc:date>
    </item>
  </channel>
</rss>

