signintech / gopdf

A simple library for generating PDF written in Go lang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

html and css layout support

html2any opened this issue · comments

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.

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