My current solution to the problem of creating good quality PDFs from
a web application is to use the xelatex command. I've created a small
remote service on top of it, which accepts a TeX stream and returns a
path to the PDF file (or the byte stream, optionally). Obviously in Go
;-). You can use
github.com/emicklei/go-restful to build the remote
API. And you can cache the PDFs and avoid recreating them for the same
input.
Rolf
On Thu, May 22, 2014 at 10:59 AM, Josh Kamau <
joshn...@gmail.com> wrote:
> Hello there ;
>
> I am planning to use golang for an upcoming business application. My other
> alternative is java.
>
> The puzzle if have is: how will i generate the printable documents? I have
> previously used jasper reports for that.
>
> Is there anything even remotely close to jasper reports? Or atleast a way
> i could create pdf templates and then fill them in with data ?
>
> Thanks
> Josh