<?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: Transform / Renderer of XLSX Files in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/transform-renderer-of-xlsx-files/m-p/122924#M33662</link>
    <description>&lt;P&gt;Hello thanks for the information.&lt;/P&gt;&lt;P&gt;But as for Thumbnail, I already managed to define a configuration that does not create thumbnail for .xlsx files.&lt;/P&gt;&lt;P&gt;How do I make it not display in preview (when I select the document)?&lt;/P&gt;&lt;P&gt;Do you have any help on this?&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jul 2023 20:41:56 GMT</pubDate>
    <dc:creator>marcog</dc:creator>
    <dc:date>2023-07-27T20:41:56Z</dc:date>
    <item>
      <title>Transform / Renderer of XLSX Files</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/transform-renderer-of-xlsx-files/m-p/122922#M33660</link>
      <description>&lt;P&gt;Good morning.&lt;/P&gt;&lt;P&gt;I have a docker-based installation of Alfresco Community 7.1 and a load balancer with 4 Transform containers (using a proxy to balance between the 4 containers).&lt;/P&gt;&lt;P&gt;And every time I upload an Excel spreadsheet, it takes time to generate the thumbnail and also the preview of the document in Alfresco Share.&lt;BR /&gt;This time can take from 5 to 10 minutes, and I've had up to 30 minutes of time, causing Alfresco to overload and stop.&lt;/P&gt;&lt;P&gt;My server has 64 Gb Ram and 16 Cores.&lt;/P&gt;&lt;P&gt;I configured alfresco-global.properties not to generate thumbnails for all the files and I was testing settings so as not to generate previews of the xlsx files (for example) but it didn't work.&lt;/P&gt;&lt;P&gt;After applying these configurations to alfresco-global.properties, is there any further procedure to do?&lt;/P&gt;&lt;P&gt;What can I do to not generate a thumbnail of .xlsx files and not generate the rendition of these files, as well as the non-preview of these files too?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 13:19:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/transform-renderer-of-xlsx-files/m-p/122922#M33660</guid>
      <dc:creator>marcog</dc:creator>
      <dc:date>2023-07-26T13:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Transform / Renderer of XLSX Files</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/transform-renderer-of-xlsx-files/m-p/122923#M33661</link>
      <description>&lt;P&gt;This should not take the amount of time you have mentioned. With pretty much ootb settings itself i tested a 10 mb xls file and it got the thumbnail within fe seconds. System config is 4 CPU and 16G RAM.&lt;/P&gt;
&lt;P&gt;Here is a sample project that i tested with:&amp;nbsp;&lt;A href="https://github.com/abhinavmishra14/acs-community-71-docker/blob/main/docker-compose.yml" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/abhinavmishra14/acs-community-71-docker/blob/main/docker-compose.yml&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Now to disable the thumbnail generation globally set the following property in alfresco-global.properties:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-community-repo/blob/release/7.1.1/repository/src/main/resources/alfresco/repository.properties#L485" target="_self" rel="nofollow noopener noreferrer"&gt;system.thumbnail.generate=false&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I am not sure what properties you were setting. but with 7.1 there is no legacy transformer. So all these settings has to be done in repective transform engine. e.g. for docx, xlsx, etc it would be &lt;A href="https://github.com/Alfresco/alfresco-transform-core/tree/master/engines/libreoffice" target="_self" rel="nofollow noopener noreferrer"&gt;lifreoffice&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To disable you need to update this config and build the container with updated config:&amp;nbsp;&lt;A href="https://github.com/Alfresco/alfresco-transform-core/blob/master/engines/libreoffice/src/main/resources/libreoffice_engine_config.json" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-transform-core/blob/master/engines/libreoffice/src/main/resources/libreoffice_engine_config.json&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You mentioned proxy in between transform service, check if there is any bottleneck between alfresco -&amp;gt; activemq -&amp;gt; transform service containers.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 22:19:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/transform-renderer-of-xlsx-files/m-p/122923#M33661</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2023-07-26T22:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Transform / Renderer of XLSX Files</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/transform-renderer-of-xlsx-files/m-p/122924#M33662</link>
      <description>&lt;P&gt;Hello thanks for the information.&lt;/P&gt;&lt;P&gt;But as for Thumbnail, I already managed to define a configuration that does not create thumbnail for .xlsx files.&lt;/P&gt;&lt;P&gt;How do I make it not display in preview (when I select the document)?&lt;/P&gt;&lt;P&gt;Do you have any help on this?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 20:41:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/transform-renderer-of-xlsx-files/m-p/122924#M33662</guid>
      <dc:creator>marcog</dc:creator>
      <dc:date>2023-07-27T20:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Transform / Renderer of XLSX Files</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/transform-renderer-of-xlsx-files/m-p/122925#M33663</link>
      <description>&lt;P&gt;If you want to disable the xlsx transformer on Alfresco (Rest API ecc.), you must modify the json transformer configuration file of Alfresco, here a very good demo project about it :&amp;nbsp;&lt;A href="https://github.com/aborroy/alfresco-transform-service-3.0.0" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/aborroy/alfresco-transform-service-3.0.0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you want just disable on Alfresco Share you can use the same methos exaplined here :&amp;nbsp;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/disable-xlsx-preview-on-alfresco-share/m-p/316872/highlight/true#M29219" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-forum/disable-xlsx-preview-on-alfresco-share/m-p/316872/highlight/true#M29219&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 11:21:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/transform-renderer-of-xlsx-files/m-p/122925#M33663</guid>
      <dc:creator>AlfrescoZZZ</dc:creator>
      <dc:date>2023-07-31T11:21:53Z</dc:date>
    </item>
  </channel>
</rss>

