Re: Apache FOP integration

2022-01-27 Thread Ivano Luberti
Forgot to say I use pdfbox for pdf and zxing for QRCodes Il 28/01/2022 08:28, Ivano Luberti ha scritto: On a related argument, how do you print QRCodes or barcodes on the pdf? Il 27/01/2022 14:52, Ilya Obshadko ha scritto: I've been using FOP to generate PDFs from the Tapestry application for

Re: Apache FOP integration

2022-01-27 Thread Ivano Luberti
On a related argument, how do you print QRCodes or barcodes on the pdf? Il 27/01/2022 14:52, Ilya Obshadko ha scritto: I've been using FOP to generate PDFs from the Tapestry application for quite a few years. There's nothing specific to Tapestry, you just create a "rendering service" which does

Re: [RELEASE] Tapestry 5.8.0 released

2022-01-27 Thread Thiago H. de Paula Figueiredo
On Wed, Jan 26, 2022 at 7:24 PM Volker Lamp wrote: > Hello Thiago & other contributors, > Hello! Thank you very much for new release. The Rest API feature is a very useful > addition. Our pleasure! We're looking for your feedback on REST support! As much as we try to architect it to be easy t

Re: Apache FOP integration

2022-01-27 Thread Thiago H. de Paula Figueiredo
On Thu, Jan 27, 2022 at 2:55 PM Jens Breitenstein wrote: > The only interaction with Tapestry is the StreamResponse from an > EventHandler to the client. Friendly reminder you can return StreamResponse from a page's onActivate() method too. -- Thiago

Re: t:grid coercing value when it shouldn't

2022-01-27 Thread Thiago H. de Paula Figueiredo
On Fri, Jan 21, 2022 at 12:56 AM Jonathan Meijer wrote: > Hi, > Hi! > New Tapestry user here, started with a bootstrapped 5.7.3 and > experimenting. > Welcome to Tapestry! We just released 5.8.0, by the way. > Delete > I suggest using EventLink instead of ActionLink. Very similar, but ea

Re: Apache FOP integration

2022-01-27 Thread Jens Breitenstein
Hi Volker! The only interaction with Tapestry is the StreamResponse from an EventHandler to the client. So are you asking for this part or is it more general „how do I create pdfs using fob“ which is honestly not related to tapestry? Von meinem iPhone gesendet > Am 27.01.2022 um 08:19 schrieb

Re: Apache FOP integration

2022-01-27 Thread Ilya Obshadko
I've been using FOP to generate PDFs from the Tapestry application for quite a few years. There's nothing specific to Tapestry, you just create a "rendering service" which does all the processing for you. The only caveat I remember is using Saxon instead of Xalan for running initial transformation

Re: Apache FOP integration

2022-01-27 Thread Ben Weidig
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 th

Re: Apache FOP integration

2022-01-27 Thread Numa Schmeder
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. Numa Schmederwww.dfacto.ch