signintech / gopdf

A simple library for generating PDF written in Go lang
MIT License
2.5k stars 268 forks source link

html and css layout support #272

Open html2any opened 10 months ago

html2any commented 10 months ago

I just wrote a layout engine library with the help of LLM, which is much more efficient for simple HTML than wkhtml: https://github.com/html2any/layout. You can try it Support flex layout,css,page split. The html to pdf use gopdf as render.

thanks for your awesome works.

vantaboard commented 2 months ago

@oneplus1000 can you close this issue if it has been resolved? This issue is beyond the scope of the library.