<?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: Conversion from docx to pdf using java in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/conversion-from-docx-to-pdf-using-java/m-p/46762#M18569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use libreoffice&amp;nbsp;api bootstrap by yourself&lt;/P&gt;&lt;P&gt;There is also docx4j, but as libreoffice should already be installed on your alfresco instance, it is more prefferable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Feb 2019 08:04:58 GMT</pubDate>
    <dc:creator>skushnerenko</dc:creator>
    <dc:date>2019-02-14T08:04:58Z</dc:date>
    <item>
      <title>Conversion from docx to pdf using java</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/conversion-from-docx-to-pdf-using-java/m-p/46761#M18568</link>
      <description>I am trying to convert docx file to pdf using java.I have tried following code.String fileName=new Date().getTime()+".pdf"; Map&amp;lt;QName, Serializable&amp;gt; props = new HashMap&amp;lt;QName, Serializable&amp;gt;(1); props.put(ContentModel.PROP_NAME, fileName);ContentService contentService = serviceRegistry.ge</description>
      <pubDate>Sat, 02 Feb 2019 09:05:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/conversion-from-docx-to-pdf-using-java/m-p/46761#M18568</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2019-02-02T09:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion from docx to pdf using java</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/conversion-from-docx-to-pdf-using-java/m-p/46762#M18569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use libreoffice&amp;nbsp;api bootstrap by yourself&lt;/P&gt;&lt;P&gt;There is also docx4j, but as libreoffice should already be installed on your alfresco instance, it is more prefferable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2019 08:04:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/conversion-from-docx-to-pdf-using-java/m-p/46762#M18569</guid>
      <dc:creator>skushnerenko</dc:creator>
      <dc:date>2019-02-14T08:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion from docx to pdf using java</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/conversion-from-docx-to-pdf-using-java/m-p/46763#M18570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;B&gt;Sanjay Bandhniya&lt;/B&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best option to transform docx files to pdf files is deploying your own Microsoft Transformation Server and integrating it with your Alfresco.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, you will be able to transform docx file to pdf with libreoffice, but files with tables, lists... won’t be exactly similar in the result pdf file because you need libraries from Microsoft.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2019 07:57:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/conversion-from-docx-to-pdf-using-java/m-p/46763#M18570</guid>
      <dc:creator>sercama</dc:creator>
      <dc:date>2019-02-19T07:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion from docx to pdf using java</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/conversion-from-docx-to-pdf-using-java/m-p/46764#M18571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nevertheless, Alfresco uses the libreoffice to convert docx to pdf, doesn't it?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As far as I understand, as&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;Microsoft Transformation Server&lt;SPAN&gt;&amp;nbsp;you mean instance of installed Microsoft Office, used for convertion.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #727174;"&gt;According to this description&amp;nbsp;&lt;A class="link-titled" href="https://contezza.nl/a-high-quality-transformation-server-based-on-microsoft-office/" title="https://contezza.nl/a-high-quality-transformation-server-based-on-microsoft-office/" rel="nofollow noopener noreferrer"&gt;Techno: A high quality transformation server based on Microsoft Office ⋆ Contezza&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I suppose it's a good idea to combine libreoffice as fast convertion tool and Microsoft Office as a tool for pure pdf.&lt;/P&gt;&lt;P&gt;We use both docx4j and libreoffice for the conversion,&lt;/P&gt;&lt;P&gt;I should say, quality of&amp;nbsp;free&amp;nbsp;&lt;SPAN&gt;docx4j conversion is close to that of libreoffice.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But&amp;nbsp;&amp;nbsp;docx4j&amp;nbsp;&lt;/SPAN&gt;has a commercial option with declared pure docx to pdf&amp;nbsp;&lt;SPAN&gt;conversion. I suppose using&amp;nbsp;docx4j for pure pdf would be more natural for Alfresco, than&amp;nbsp;Microsoft Office&amp;nbsp;instance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Besides&amp;nbsp;docx4j is platform independent.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2019 09:06:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/conversion-from-docx-to-pdf-using-java/m-p/46764#M18571</guid>
      <dc:creator>skushnerenko</dc:creator>
      <dc:date>2019-02-19T09:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion from docx to pdf using java</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/conversion-from-docx-to-pdf-using-java/m-p/46765#M18572</link>
      <description>&lt;P&gt;Have you got running transform-core-aio? If you dont connect some transform core (like on local dev where thumbnails don't work too) then no transform is possible.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 13:10:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/conversion-from-docx-to-pdf-using-java/m-p/46765#M18572</guid>
      <dc:creator>Dagoo</dc:creator>
      <dc:date>2024-04-17T13:10:20Z</dc:date>
    </item>
  </channel>
</rss>

