Create pdf from html in golang

mimrock picture mimrock · Feb 17, 2013 · Viewed 37k times · Source

How to create PDF files from an HTML input in Google Go? If it is not possible yet, are there any initations that aims to solve this problem?

I'm looking for a solution like TCPDF in php.

Answer

Juan de Parras picture Juan de Parras · Jun 20, 2014

what about gopdf (https://github.com/signintech/gopdf) or gofpdf (http://godoc.org/code.google.com/p/gofpdf).

It seems like you are looking for.