benoitkugler / go-weasyprint

(WIP) Golang port to weasyprint python html to pdf library
https://pkg.go.dev/github.com/benoitkugler/go-weasyprint
BSD 3-Clause "New" or "Revised" License
23 stars 1 forks source link

[Question] Info about actual dev state. #2

Open ghost opened 2 years ago

ghost commented 2 years ago

Hi, I found your project since we are looking for and alternative to wkhtmltopdfwe are using in our go projects. Maybe we can help you building this project that seams to be a better solution for go development.

If you are interested, can you explain the actual state of development, which are the missing part and how I can help?

Reagards

benoitkugler commented 1 year ago

Thank you for your interest and apologies for my very late answer (for some reason, I didn't received a notification) !

If you are still interested, the main missing part of the project is to integrate go-text as text shaping library, so that we can drop deps on pango (which has a LGPL license).

Of course more tests and performance optimizations would also be needed.

Having said that, the library should already by usable for simple documents: simply trying it with your own input and reporting bugs would be very helpful !