The problem You have a form you wrote in XForms "by hand" (i.e. not using Form Builder), and would like to provide a generate PDF functionality, like the one provided by Form Runner.The solutionThis solution will most likely give you a head start, but this isn't a one-size-fits-all solution, and you most likely will need to customize it to your needs. So instead of coding this by hand, we recommend you use Form Runner. This being said, you will implement this in a pipeline which runs the following steps:
Run it an get the source Download xhtml-to-pdf.zip, and uncompress it to resources/apps/xhtml-to-pdf. You can view the form, implemented in form.xhtml, by going to /xhtml-to-pdf/form with your browser. You will see something like:Then with your browser go to /xhtml-to-pdf/pdf, which runs the pdf.xpl pipeline described earlier. This will produce a PDF, which when opened looks like: |

