v4.0.0
Release notes - UniPDF v4.0.0
This release contains new features, improvements, bug fixes and removes deprecated functions.
New Features
- US-582 SVG element linear gradient handling
- US-946 Rewriting the Table component so that it behaves more like an HTML table
- US-948
Write
method that returns a byte array inPdfObject
interface.
Improvements
- US-978 Move svg package into creator package to prevent import cycle
- US-947 Revision of text extraction API
- US-949 Buffered reader type which encapsulates a ReadSeeker and a buffered
Reder.(bufio.Reader)
- US-955 Implements `maxLines` in `StyledParagraph` to behave similarly with `Paragraph` component
- US-1012 Merge v3 and v4 UniPDF branches
Bug Fixes
- US-415 Fix TestRenderToImage test on arm64 arch