Re: Capture or Output data from current flow state to PDF

2014-02-06 Thread Miguel
Hi Sandor Usually, to create a pdf from a source is necesary two phases: * Use transformer with a xslfo sheet * Use serializer Example: map:transform src=xslt/transform.document.fo map:parameter value=xxx name=fileName/ /map:transform map:serialize type=fo2pdf/ where

Capture or Output data from current flow state to PDF

2014-02-01 Thread Sandor Szatmari
Hello, Using Cocoon 2.2, I am trying to generate some PDF interactively using flow. The flowscript loops, continually getting input from the user, allowing them to add content via form submission. The input is collected and used to dynamically build a document. This part works using the