Skip to content

v4.0.0

Compare
Choose a tag to compare
@sampila sampila released this 10 May 17:37
· 6 commits to master since this release
b67948e

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 in PdfObject 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

Deprecations

  • US-948 Deprecate PdfObject interface WriteString method in favour of Write method that returns a byte array.
  • US-945 Deprecate creator.Paragraph in favour of creator.StyledParagraph