<?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 How to set limits for content transformations in Alfresco 7.2 CE ? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-set-limits-for-content-transformations-in-alfresco-7-2-ce/m-p/140891#M37596</link>
    <description>&lt;P&gt;Hi Community:&lt;/P&gt;&lt;P&gt;A quick question, are these properties (see link below) valid in Alfresco 7.2 CE for alfresco-global.properties ?&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;content.transformer.JodConverter.extensions.doc.pdf.maxSourceSizeKBytes=10240&lt;/PRE&gt;&lt;P&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-hub/content-transformation-limits/ba-p/289794" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-hub/content-transformation-limits/ba-p/289794&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If not, is there any documentation for customizing new transformation engine for setting transformations limit sizes or timeouts.?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards and thanks in advance.&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Sep 2022 18:32:01 GMT</pubDate>
    <dc:creator>cesarista</dc:creator>
    <dc:date>2022-09-14T18:32:01Z</dc:date>
    <item>
      <title>How to set limits for content transformations in Alfresco 7.2 CE ?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-set-limits-for-content-transformations-in-alfresco-7-2-ce/m-p/140891#M37596</link>
      <description>&lt;P&gt;Hi Community:&lt;/P&gt;&lt;P&gt;A quick question, are these properties (see link below) valid in Alfresco 7.2 CE for alfresco-global.properties ?&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;content.transformer.JodConverter.extensions.doc.pdf.maxSourceSizeKBytes=10240&lt;/PRE&gt;&lt;P&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-hub/content-transformation-limits/ba-p/289794" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-hub/content-transformation-limits/ba-p/289794&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If not, is there any documentation for customizing new transformation engine for setting transformations limit sizes or timeouts.?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards and thanks in advance.&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 18:32:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-set-limits-for-content-transformations-in-alfresco-7-2-ce/m-p/140891#M37596</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2022-09-14T18:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to set limits for content transformations in Alfresco 7.2 CE ?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-set-limits-for-content-transformations-in-alfresco-7-2-ce/m-p/140892#M37597</link>
      <description>&lt;P&gt;Post ACS 6.2 all these properties are not longer valid. Transformation has been moved to a boot app and configs can be updated by updating the *_engine_config.json file or by creating a custom t-engine. See here:&amp;nbsp;&lt;A href="https://github.com/Alfresco/alfresco-transform-core" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-transform-core&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Take a look at *_engine_config.json files under each tranform subproject.&lt;/P&gt;
&lt;P&gt;Example :&amp;nbsp;&lt;A href="https://github.com/Alfresco/alfresco-helloworld-transformer/tree/master/alfresco-helloworld-transformer-engine" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-helloworld-transformer/tree/master/alfresco-helloworld-transformer-engine&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-helloworld-transformer/blob/master/alfresco-helloworld-transformer-engine/src/main/resources/engine_config.json" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-helloworld-transformer/blob/master/alfresco-helloworld-transformer-engine/src/main/resources/engine_config.json&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;You can also create a custom t-engine as well, detailed steps here:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Creating-a-t-engine:&lt;/STRONG&gt;&amp;nbsp;&lt;A href="https://github.com/Alfresco/acs-packaging/blob/master/docs/creating-a-t-engine.md" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/acs-packaging/blob/master/docs/creating-a-t-engine.md&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;Developing-a-new-t-engine:&lt;/STRONG&gt;&amp;nbsp;&lt;A href="https://docs.alfresco.com/content-services/latest/develop/repo-ext-points/content-transformers-renditions/#developing-a-new-t-engine" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/content-services/latest/develop/repo-ext-points/content-transformers-renditions/#developing-a-new-t-engine&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 15 Sep 2022 18:21:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-set-limits-for-content-transformations-in-alfresco-7-2-ce/m-p/140892#M37597</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2022-09-15T18:21:05Z</dc:date>
    </item>
  </channel>
</rss>

