Hi Volker, can't help with FOP, but we're using JasperReport.
With the HTML-to-PDF path it's often quite hard to get the layout right. That's why Jasper uses its own WYSIWYG designer, which isn't the nicest tool but it gets the job done. You can include variables, link other Jasper-files, loop through stuff... For other PDF operations (e.g. merging) we use PDFBox. Cheers, Ben On Thu, Jan 27, 2022 at 10:03 AM Numa Schmeder <n...@dfacto.ch> wrote: > Hello, > > I tried all solutions, and I finally use iText that converts an html file > into PDF. You can tweak iText with specific css rules for page breaks etc.. > This solution is quicker and easier to have a nice look and feel than FOP. > > > <http://www.dfacto.ch/> Numa Schmeder www.dfacto.ch < > http://www.dfacto.ch/> > n...@dfacto.ch <mailto:n...@dfacto.ch> | M +41 79 538 30 01 > > DIGITAL STRATEGY | DESIGN | DEVELOPMENT > > > > > > Le 27 janv. 2022 à 08:19, Volker Lamp <volker.l...@gmail.com> a écrit : > > > > Hello Tapestry users, > > > > Our Tapestry webapp needs to generate printable PDFs including user > input. We are currently looking at using Apache FOP for that. > > > > Has anyone integrated FOP in their Tapestry webapp and perhaps a > Tapestry module to share? > > > > Suggestions for other approaches are also welcome. > > > > Cheers, > > > > Volker > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > > For additional commands, e-mail: users-h...@tapestry.apache.org > > > >