Create pdf from html in golang

go, pdf, pdf-generation

Solution

what about gopdf (https://github.com/signintech/gopdf).

It seems like you are looking for.

Problem

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.

Original source