unidoc / unipdf

Golang PDF library for creating and processing PDF files (pure go)
https://unidoc.io
Other
2.48k stars 250 forks source link

Prepare UniPDF release v3.16.0 #429

Closed gunnsth closed 3 years ago

gunnsth commented 3 years ago

UniPDF release v3.16.0 improves the creator package, adding enhanced wrapping support for cells with long content so that they can wrap across pages. To enable this support, one calls the function:

func (table *Table) EnableRowWrap(enable bool) {

The row wrapping feature if off by default for backward compatibilities but is enabled by setting the row wrap to true.


This change is Reviewable