<?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: Disponibilidad de proyectos de ejemplo para Alfresco 4.2.f in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/disponibilidad-de-proyectos-de-ejemplo-para-alfresco-4-2-f/m-p/209660#M162790</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Respecto a los PDF/a hace un tiempo que investigue el tema y me encontre que esto no funcionaba en libreoffice+Jodconverter en las ultimas versiones, has comprobado esto?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Al final termine creando mi propia version de jodconverter con el map de pdfa añadido por defecto, aqui la puedes tomar:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ENH-1304" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ENH-1304&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;este es el comentario que puse para mis compañeros de Sustaining&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically the init on jodeconverter does not use that xml file but this java class:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;\org\artofsolving\jodconverter\document\DefaultDocumentFormatRegistry.java&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;there you have to replace this line:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;pdf.setStoreProperties(DocumentFamily.TEXT, Collections.singletonMap("FilterName", "writer_pdf_Export"));&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;with these:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Map&amp;lt;String, Integer&amp;gt; pdfOptions = new LinkedHashMap&amp;lt;String, Integer&amp;gt;();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pdfOptions.put("SelectPdfVersion", 1);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Map&amp;lt;String, Object&amp;gt; mappedOptions = new HashMap&amp;lt;String, Object&amp;gt;();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mappedOptions.put("FilterName", "writer_pdf_Export");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mappedOptions.put("FilterData", pdfOptions);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pdf.setStoreProperties(DocumentFamily.TEXT, mappedOptions);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For your convenience I have recompiled this jar to test this and attached it to the ticket :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;jodconverter-core-3.0-SNAPSHOT-patched-pdfa.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To test this you can replace your current Jodconvertet library in tomcat/webaps/alfresco/WEB-INF/lib with this one. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Oct 2014 16:05:00 GMT</pubDate>
    <dc:creator>antoniosoler</dc:creator>
    <dc:date>2014-10-20T16:05:00Z</dc:date>
    <item>
      <title>Disponibilidad de proyectos de ejemplo para Alfresco 4.2.f</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/disponibilidad-de-proyectos-de-ejemplo-para-alfresco-4-2-f/m-p/209659#M162789</link>
      <description>La próxima semana vamos a dar una charla en el Summit de Londres sobre cómo implementar 10 mejoras en Alfresco utilizando el menor código posible. Tenéis un artículo disponible sobre las mejoras en http://angelborroy.wordpress.com/2014/10/02/alfresco-summit-2014-%C2%B7-material-para-la-sesion-10-enh</description>
      <pubDate>Fri, 03 Oct 2014 15:15:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/disponibilidad-de-proyectos-de-ejemplo-para-alfresco-4-2-f/m-p/209659#M162789</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2014-10-03T15:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Disponibilidad de proyectos de ejemplo para Alfresco 4.2.f</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/disponibilidad-de-proyectos-de-ejemplo-para-alfresco-4-2-f/m-p/209660#M162790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Respecto a los PDF/a hace un tiempo que investigue el tema y me encontre que esto no funcionaba en libreoffice+Jodconverter en las ultimas versiones, has comprobado esto?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Al final termine creando mi propia version de jodconverter con el map de pdfa añadido por defecto, aqui la puedes tomar:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ENH-1304" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ENH-1304&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;este es el comentario que puse para mis compañeros de Sustaining&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically the init on jodeconverter does not use that xml file but this java class:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;\org\artofsolving\jodconverter\document\DefaultDocumentFormatRegistry.java&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;there you have to replace this line:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;pdf.setStoreProperties(DocumentFamily.TEXT, Collections.singletonMap("FilterName", "writer_pdf_Export"));&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;with these:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Map&amp;lt;String, Integer&amp;gt; pdfOptions = new LinkedHashMap&amp;lt;String, Integer&amp;gt;();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pdfOptions.put("SelectPdfVersion", 1);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Map&amp;lt;String, Object&amp;gt; mappedOptions = new HashMap&amp;lt;String, Object&amp;gt;();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mappedOptions.put("FilterName", "writer_pdf_Export");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mappedOptions.put("FilterData", pdfOptions);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pdf.setStoreProperties(DocumentFamily.TEXT, mappedOptions);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For your convenience I have recompiled this jar to test this and attached it to the ticket :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;jodconverter-core-3.0-SNAPSHOT-patched-pdfa.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To test this you can replace your current Jodconvertet library in tomcat/webaps/alfresco/WEB-INF/lib with this one. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 16:05:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/disponibilidad-de-proyectos-de-ejemplo-para-alfresco-4-2-f/m-p/209660#M162790</guid>
      <dc:creator>antoniosoler</dc:creator>
      <dc:date>2014-10-20T16:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Disponibilidad de proyectos de ejemplo para Alfresco 4.2.f</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/disponibilidad-de-proyectos-de-ejemplo-para-alfresco-4-2-f/m-p/209661#M162791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;El código es para 4.2.f, no se utiliza JodConverter &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sí, he comprobado que funciona, aunque es solo un ejemplo para ilustrar una técnica, no pretendía que fuese realmente un código de puesta en producción.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 16:15:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/disponibilidad-de-proyectos-de-ejemplo-para-alfresco-4-2-f/m-p/209661#M162791</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2014-10-20T16:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Disponibilidad de proyectos de ejemplo para Alfresco 4.2.f</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/disponibilidad-de-proyectos-de-ejemplo-para-alfresco-4-2-f/m-p/209662#M162792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;como siempre en Alfresco, no hay una "unica" solucion… como decia mi abuelo… "hay mas de una manera de despellejar un conejo" &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 18:14:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/disponibilidad-de-proyectos-de-ejemplo-para-alfresco-4-2-f/m-p/209662#M162792</guid>
      <dc:creator>antoniosoler</dc:creator>
      <dc:date>2014-10-20T18:14:42Z</dc:date>
    </item>
  </channel>
</rss>

