使用go进行网页截屏

I'm porting a screen capture module from Node.Js to Go. The existing module was used to screen capture a webpage. The existing module used node-phantom library written on top of phantomjs. Is there a similar alternative available for go? Or is there any alternative better approach to do so?

There seems to exist one lightweight wrapper, but it doesn't expose the methods which the node library does.

This is more of a explorative question. We just need some information before we decide to invest time in it.

Not sure about any GO package , but you can do it using wkhtmltopdf in your Golang code..