Skip to content

Releases: unidoc/unioffice

v1.29.1

29 Dec 13:00
378770e
Compare
Choose a tag to compare

Release notes - UniOffice v1.29.1

This release contains improvements and bug fixes

Improvements

  • US-85 Docker image for UniOffice conversion to PDF test cases
  • US-192 DOCX to PDF process .emf image

Bug Fixes

  • US-227 Conversion to PDF: missing legend for charts
  • US-193 DOCX to PDF image position overlapped with text

v1.29.0

13 Dec 09:24
9fe3734
Compare
Choose a tag to compare

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

  • US-112 UniOffice new document didn't add footnotes and endnotes to the relationship fix
  • US-180 UniOffice PPTX read and save media images consistency fix

v1.28.0

17 Sep 12:15
019db68
Compare
Choose a tag to compare

Release notes - UniOffice v1.28.0

This release contains bug fixes

Bug Fixes

  • US-56 Panic nil pointer on empty paragraph properties
  • US-128 DOCX image files not detected when the media stored outside word folder
  • US-36 Excel cell styles duplicates fix
  • US-51 DOCX append having warning when opened in the MS Word Fix

v1.27.0

07 Aug 02:42
9ccdb7d
Compare
Choose a tag to compare

Release notes - UniOffice - v1.27.0

This release contains bug fixes

Bug Fixes

  • US-54 License metered states counted as 1 credit usage fix
  • US-53 PPTX relationship absolute file target path fix
  • US-55 PPTX to PDF duplicate slide relationship causing wrong slide length fix

v1.26.0

04 Jul 11:57
744b871
Compare
Choose a tag to compare

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

11 Jun 11:11
b1a55b4
Compare
Choose a tag to compare

Release notes - UniOffice - v1.25.0

This release contains improvements and bug fixes

Improvements

UO-187 DOCX Text extraction sdt content from run element

Bug Fixes

UO-184 Fix panic nil pointer issue when extracting DOCX texts
UO-185 Fix Div-by-zero when converting Docx to PDF

v1.24.0

26 May 19:02
202edbc
Compare
Choose a tag to compare

Release notes - UniOffice - v1.24.0

This release contains new features

New Features

  • UO-181 Placeholder support add table content

v1.23.0

15 Apr 20:22
736109c
Compare
Choose a tag to compare

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

  • UO-160 DOCX to PDF missing table properties fix
  • UO-178 Incorrect validation sheet name containing two-bytes characters

v1.22.0

01 Mar 20:00
d08e220
Compare
Choose a tag to compare

Release notes - UniOffice - v1.22.0

This release contains new features

New Features

  • UO-161 RTL run properties support
  • UO-162 Document extract text options new line
// ExtractTextOptions extraction text options.
type ExtractTextOptions struct {
	...
	// RunsOnNewLine write each of runs text on new line if set to `true`.
	RunsOnNewLine bool
}

v1.21.1

06 Dec 17:48
4ac393b
Compare
Choose a tag to compare

Release notes - UniOffice - v1.21.1

This release contains fixes and improvements.

Improvements:

  • UO-136 DOCX to PDF Conversion paragraph line spacing improvements
  • UO-151 DOCX to PDF anchor drawing for attribute allowOverlap

Bug Fixes:

  • UO-148 XLXS SharedString.GetString() panic error
  • UO-150 Fix error message customer name being swapped with expected.
  • UO-152 Use specific go-ole version to prevent x/sys being upgraded and not compatible with go1.17 below