I want to convert html text to pdf using go language .
Previously, I used chromedp 
<https://pkg.go.dev/github.com/chromedp/chromedp> to create PDFs, but it 
was consuming too much server capacity. So, currently I am using using 
wkhtmltopdf <https://github.com/wkhtmltopdf/wkhtmltopdf> package  which is  
deprecated .
There is one more package, gofpdf 
<https://pkg.go.dev/github.com/jung-kurt/gofpdf>, which is also deprecated 
and no longer maintained  .
I would appreciate if you suggest  some other alternatives of these 
packages . 

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/561de53d-5d19-4606-97bb-e8ac56c1713an%40googlegroups.com.

Reply via email to