<?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: Nuxeo leveraging other system&amp;apos;s data: How to build a dynamic report in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-leveraging-other-system-apos-s-data-how-to-build-a-dynamic/m-p/325551#M12552</link>
    <description>&lt;P&gt;Thanks for the answer, Gregory.&lt;/P&gt;
&lt;P&gt;However, even reading the documentation, I do not find the :"yes, you can create a template in adobe indesign by following a specific markup language and you can automate something so it retrieves data from an external source via REST and builds a report in pdf (a rendered file)" answer.&lt;/P&gt;
&lt;P&gt;I am very new to the platform and I know I should research more. However, I have a focus on this specific question/answer right now (cause this is what will bring value in this moment) and would love a simple answer of "yes, you can do it/no,  you can't do it". I really don't need how to do it right now (I will need later if it is possible). I just need to know if it can be done or not.&lt;/P&gt;
&lt;P&gt;Thanks for the comprehension.&lt;/P&gt;
&lt;P&gt;Best Regards,
Carlos G.&lt;/P&gt;</description>
    <pubDate>Wed, 28 Aug 2019 14:06:21 GMT</pubDate>
    <dc:creator>Carlos_Gregorek</dc:creator>
    <dc:date>2019-08-28T14:06:21Z</dc:date>
    <item>
      <title>Nuxeo leveraging other system&amp;apos;s data: How to build a dynamic report</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-leveraging-other-system-apos-s-data-how-to-build-a-dynamic/m-p/325549#M12550</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;I am currently evaluating Nuxeo platform and my objective is to understand if it fits inside the ecosystem or not.&lt;/P&gt;
&lt;P&gt;I have two fundamental requirements that are:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;1) 	As a content manager, I want to create a template (report template) and fill this template with data from an external system (list of products via REST request). 
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Question: a) is it possible to implement such thing in Nuxeo? I.e., is it possible to implement a way for registering a document type that is a report of a products list from another system accessible via REST, leverage this data and create a PDF out of it? This template can be very complicated, with a table and columns with rowspans and everything.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;2) 	As a content creator, I want to create a flyer template in Adobe Indesign that will be used to create a flyers with different fills from different products.
	As a content creator, I want to render a flyer based on a created flyer template and reedit it on Adobe Indesign for final adjustments. 
	As a content creator, I want to export the flyer created to a .pdf file. 
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Question: b) is it possible to use Adobe InDesign files to fill data from Nuxeo? (Here, nuxeo retrieves data from the external system and fills the Adobe Indesign template with this data)&lt;/P&gt;
&lt;P&gt;Best Regards,
Carlos G.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 10:51:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-leveraging-other-system-apos-s-data-how-to-build-a-dynamic/m-p/325549#M12550</guid>
      <dc:creator>Carlos_Gregorek</dc:creator>
      <dc:date>2019-08-28T10:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo leveraging other system&amp;apos;s data: How to build a dynamic report</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-leveraging-other-system-apos-s-data-how-to-build-a-dynamic/m-p/325550#M12551</link>
      <description>&lt;P&gt;Hello Carlos,&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Templates are created with &lt;A href="https://doc.nuxeo.com/nxdoc/template-rendering-addon/"&gt;The Nuxeo Template Rendering addon&lt;/A&gt;. Checkout also the associated &lt;A href="https://university.nuxeo.com/learn/course/external/view/elearning/188/ExpertSession-TemplateRendering"&gt;University course&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;You can call external references with &lt;A href="https://doc.nuxeo.com/nxdoc/data-lists-and-directories/"&gt;Data Lists and Directories&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;The use case described for content creator is fulfilled by the &lt;A href="https://doc.nuxeo.com/nxdoc/nuxeo-for-adobe-cc/"&gt;Adobe CC Conector&lt;/A&gt;
Please don't hesitate to reach us if you need further assistance.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 28 Aug 2019 12:07:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-leveraging-other-system-apos-s-data-how-to-build-a-dynamic/m-p/325550#M12551</guid>
      <dc:creator>Gregory_Carlin</dc:creator>
      <dc:date>2019-08-28T12:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo leveraging other system&amp;apos;s data: How to build a dynamic report</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-leveraging-other-system-apos-s-data-how-to-build-a-dynamic/m-p/325551#M12552</link>
      <description>&lt;P&gt;Thanks for the answer, Gregory.&lt;/P&gt;
&lt;P&gt;However, even reading the documentation, I do not find the :"yes, you can create a template in adobe indesign by following a specific markup language and you can automate something so it retrieves data from an external source via REST and builds a report in pdf (a rendered file)" answer.&lt;/P&gt;
&lt;P&gt;I am very new to the platform and I know I should research more. However, I have a focus on this specific question/answer right now (cause this is what will bring value in this moment) and would love a simple answer of "yes, you can do it/no,  you can't do it". I really don't need how to do it right now (I will need later if it is possible). I just need to know if it can be done or not.&lt;/P&gt;
&lt;P&gt;Thanks for the comprehension.&lt;/P&gt;
&lt;P&gt;Best Regards,
Carlos G.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 14:06:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-leveraging-other-system-apos-s-data-how-to-build-a-dynamic/m-p/325551#M12552</guid>
      <dc:creator>Carlos_Gregorek</dc:creator>
      <dc:date>2019-08-28T14:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo leveraging other system&amp;apos;s data: How to build a dynamic report</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-leveraging-other-system-apos-s-data-how-to-build-a-dynamic/m-p/325552#M12553</link>
      <description>&lt;P&gt;See my next answer.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 14:08:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-leveraging-other-system-apos-s-data-how-to-build-a-dynamic/m-p/325552#M12553</guid>
      <dc:creator>Carlos_Gregorek</dc:creator>
      <dc:date>2019-08-28T14:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo leveraging other system&amp;apos;s data: How to build a dynamic report</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-leveraging-other-system-apos-s-data-how-to-build-a-dynamic/m-p/325553#M12554</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;So yes, you can answer this use case with Nuxeo. Obviously, this is not all "out-of-the-box", and it requires some configuration.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 14:44:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-leveraging-other-system-apos-s-data-how-to-build-a-dynamic/m-p/325553#M12554</guid>
      <dc:creator>Gregory_Carlin</dc:creator>
      <dc:date>2019-08-28T14:44:41Z</dc:date>
    </item>
  </channel>
</rss>

