<?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: Rule to transform files to PDF fails since ACS version 7.0 in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/rule-to-transform-files-to-pdf-fails-since-acs-version-7-0/m-p/148738#M39303</link>
    <description>&lt;P&gt;Can you add details on the rule configuration?&lt;/P&gt;</description>
    <pubDate>Fri, 16 Jun 2023 06:10:33 GMT</pubDate>
    <dc:creator>angelborroy</dc:creator>
    <dc:date>2023-06-16T06:10:33Z</dc:date>
    <item>
      <title>Rule to transform files to PDF fails since ACS version 7.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/rule-to-transform-files-to-pdf-fails-since-acs-version-7-0/m-p/148735#M39300</link>
      <description>&lt;P&gt;I'm trying to create a rule to convert .csv, .txt, .html or .doc files to PDF, but I always get errors.&lt;/P&gt;&lt;PRE&gt;Falha: Transformer for 'text/html' -&amp;gt; 'application/pdf' with options 'autoOrient="true", timeout="-1"' was not found.&lt;/PRE&gt;&lt;PRE&gt;Falha: Transformer for 'application/msword' -&amp;gt; 'application/pdf' with options 'autoOrient="true", timeout="-1"' was not found.&lt;/PRE&gt;&lt;P&gt;If I try to convert to something else like JPEG it works.&lt;/P&gt;&lt;P&gt;That seems to affect any version since 7.0, I tested 6.2 and it works as usual.&lt;/P&gt;&lt;P&gt;I'm deploying using angel borry docker installer, without any customizations.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 06:46:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/rule-to-transform-files-to-pdf-fails-since-acs-version-7-0/m-p/148735#M39300</guid>
      <dc:creator>iohann95</dc:creator>
      <dc:date>2023-06-15T06:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Rule to transform files to PDF fails since ACS version 7.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/rule-to-transform-files-to-pdf-fails-since-acs-version-7-0/m-p/148736#M39301</link>
      <description>&lt;P&gt;I've been testing with &lt;FONT face="andale mono,times"&gt;alfresco-transform-core-aio:3.1.0&lt;/FONT&gt; and it seems to be working as expected.&lt;/P&gt;
&lt;P&gt;This version is compatible with ACS 7.0, so you can upgrade the service in your &lt;FONT face="andale mono,times"&gt;docker-compose.yml&lt;/FONT&gt; to verify it solves the issue.&lt;/P&gt;
&lt;PRE&gt;transform-core-aio:
    image: alfresco/alfresco-transform-core-aio:3.1.0&lt;/PRE&gt;</description>
      <pubDate>Thu, 15 Jun 2023 09:14:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/rule-to-transform-files-to-pdf-fails-since-acs-version-7-0/m-p/148736#M39301</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2023-06-15T09:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Rule to transform files to PDF fails since ACS version 7.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/rule-to-transform-files-to-pdf-fails-since-acs-version-7-0/m-p/148737#M39302</link>
      <description>&lt;P&gt;Hi Angel!&lt;/P&gt;&lt;P&gt;Thank you very much. I changed to transform-core to version 3.1.0, but unfortunately it still doesnt work.&lt;/P&gt;&lt;P&gt;I really can't figure out what I'm doing wrong, because it happens even on a fresh installation with all-default options.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1672i329D58A8B4957DDE/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Error&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My current .env file:&lt;/P&gt;&lt;PRE&gt;# Docker Image versions
ALFRESCO_CE_TAG=7.4.0.1
SEARCH_CE_TAG=2.0.7
SHARE_TAG=7.4.0.1
ACA_TAG=4.0.0
POSTGRES_TAG=14.4
MARIADB_TAG=10.5
TRANSFORM_ENGINE_TAG=3.1.0
ACTIVEMQ_TAG=5.17.1-jre11-rockylinux8

# Server properties
SERVER_NAME=localhost&lt;/PRE&gt;&lt;P&gt;Deployment configs&lt;/P&gt;&lt;PRE&gt;     DOCKER COMPOSE ALFRESCO

? Which ACS version do you want to use? 7.4
? Do you want to deploy Alfresco in ARCH64 computer (like Apple Silicon)? No
? How may GB RAM are available for Alfresco (16 is minimum required)? 16
? Do you want to use HTTPs for Web Proxy? No
? What is the name of your server? localhost
? Choose the password for your admin user admin
? What HTTP port do you want to use (all the services are using the same port)? 80
? Do you want to use FTP (port 2121)? No
? Do you want to use MariaDB instead of PostgreSQL? No
? Are you using different languages (this is the most common scenario)? Yes
? Do you want to search in the content of the documents? Yes
? Would you like to use Shared Secret or HTTPs for Alfresco-SOLR communication? secret
? Do you want to use the Events service (ActiveMQ)? No
? Do you want to create an internal SMTP server? No
? Do you want to create an internal LDAP server? No
? Select the addons to be installed:
? Are you using a Windows host to run Docker? No
? Do you want to use a start script? No
? Do you want to get the script to create host volumes? No&lt;/PRE&gt;&lt;P&gt;It really only works fine on 6.2 or prior.&lt;/P&gt;&lt;P&gt;Seems that this error happens with me even with version 6.2.2.&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 17:02:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/rule-to-transform-files-to-pdf-fails-since-acs-version-7-0/m-p/148737#M39302</guid>
      <dc:creator>iohann95</dc:creator>
      <dc:date>2023-06-15T17:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Rule to transform files to PDF fails since ACS version 7.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/rule-to-transform-files-to-pdf-fails-since-acs-version-7-0/m-p/148738#M39303</link>
      <description>&lt;P&gt;Can you add details on the rule configuration?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 06:10:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/rule-to-transform-files-to-pdf-fails-since-acs-version-7-0/m-p/148738#M39303</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2023-06-16T06:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Rule to transform files to PDF fails since ACS version 7.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/rule-to-transform-files-to-pdf-fails-since-acs-version-7-0/m-p/148739#M39304</link>
      <description>&lt;P&gt;There's my rule configurations that don't work.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1671i70DB8DD9DB80A621/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It says "transform and copy image".&lt;/P&gt;&lt;P&gt;But now I feel kinda stupid because now I see that it works if I select "transform and copy content".&lt;/P&gt;&lt;P&gt;I guess I was too focused in the fact that "transform and copy image" worked in 6.2. I don't know why the behavior changed. But I guess it works now... At least now if someone makes the same mistake and Google it, it will know what to do. Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 13:42:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/rule-to-transform-files-to-pdf-fails-since-acs-version-7-0/m-p/148739#M39304</guid>
      <dc:creator>iohann95</dc:creator>
      <dc:date>2023-06-19T13:42:20Z</dc:date>
    </item>
  </channel>
</rss>

