Releases: unidoc/unioffice
Releases · unidoc/unioffice
v1.29.1
Release notes - UniOffice v1.29.1
This release contains improvements and bug fixes
Improvements
Bug Fixes
v1.29.0
Release notes - UniOffice v1.29.0
This release contains new features, improvements and bug fixes.
New Features
- US-157 add `UNIDOC_LICENSE_DIR` env variable for metered api key license
- US-162 DOCX Table row properties set as repeated header on next page
Improvements
- US-101 PPTX to PDF slide layout image handling
- US-97 PPTX to PDF images size and positioning improvements
- US-96 PPTX to PDF slide content container position improvements
- US-95 PPTX to PDF results improvements
- US-39 DOCX to PDF sdt content element handling and processing style and properties
- US-91 DOCX to PDF better handling for spacing attribute
- US-103 DOCX to PDF better handling for header and footer elements
- US-99 Add testdata render results and compares with MS PowerPoint results
Bug Fixes
v1.28.0
Release notes - UniOffice v1.28.0
This release contains bug fixes
Bug Fixes
v1.27.0
v1.26.0
Release notes - UniOffice - v1.26.0
This release contains new feature, improvements and bug fix
New feature
UO-189 Add function SetProperties()
for run element.
Improvements
UO-190 DOCX to PDF conversion sdt
content element handling
UO-191 DOCX to PDF conversion improvements from the unioffice-examples
Bug Fix
UO-182 [GitHub] Nil Pointer issue when converting DOCX to PDF
v1.25.0
v1.24.0
v1.23.0
Release notes - UniOffice - v1.23.0
This release contains improvements and bug fixes.
Improvements
- UO-126 Convert to PDF improvement on page break properties.
- UO-167 Handle form fields on headers and footers
- UO-170 License expired return more detailed message
- UO-172 DOCX text extraction from table under textbox shape element
Bug Fixes
v1.22.0
Release notes - UniOffice - v1.22.0
This release contains new features
New Features
// ExtractTextOptions extraction text options.
type ExtractTextOptions struct {
...
// RunsOnNewLine write each of runs text on new line if set to `true`.
RunsOnNewLine bool
}