Unipdf Versions Save

Golang PDF library for creating and processing PDF files (pure go)

v3.47.0

10 months ago

Release notes - UniPDF - v3.47.0

This release contains improvements and bug fix.

Improvements

UP-438 Image SVG support the viewbox attribute UP-471 Renew expired certificate for the test cases

Bug Fix

UP-469 Link annotation missing when EnableWordWrap set to true

v3.46.0

11 months ago

Release notes - UniPDF - v3.46.0

This release contains new features, improvements and bug fixes

New Features

UP-448 Update ink annotation implementation Improvements

Improvements

UP-454 Ability to add Division and Table as List Item child UP-463 Recursive wrap row causing large pdf generation stalling and consuming all CPU and RAM UP-449 Images under pattern object extraction

Bug Fixes

UP-405 Render to images PDF results blank images. UP-455 Corrupted document after adding PDF signature UP-458 Reduce text styles debug log UP-462 Handling of invalid date formats in CreationDate/ModDate

v3.45.0

1 year ago

Release notes - UniPDF - v3.45.0

This version contains new features, improvements and bug fixes.

New Features

Improvements

  • UP-431 Add extra information on expired license
  • UP-437 Transparent background for signature annotation
  • UP-442 UniPDF min go version to v1.17

Bug Fixes

  • UP-444 Flatten form fields transformbbox nan value fix
  • UP-445 Multiple slash at beginning operand fix

v3.44.0

1 year ago

Release notes - UniPDF - v3.44.0

This version contains new features, improvements, and bug fixes

New Features

  • UP-428 Subtemplates support for creator templates
  • UP-429 Division support for list element

Improvements

  • UP-430 CI update min go version to v1.17 to address security issues
  • UP-426 Support vertical alignment text chunks

Bug Fixes

  • UP-427 Fix missing punctuation bug

v3.43.0

1 year ago

Release notes - UniPDF - v3.43.0

This version contains new features, improvements and bug fixes.

New Features

  • UP-411 Add text chunk's link annotation support in template package
  • UP-415 Add support for creating list in template package

Improvements

  • UP-418 Allocates partial bitwise reader to reduce memory usages when decoding or encoding image objects.

Bug Fixes

  • UP-410 Unable to flatten fields when rect array values using object reference
  • UP-419 Table with long text cell wrapping issue
  • UP-420 Infinite loop on table content with StyledParagraph wrapping
  • UP-417 Table incorrect row span issue on first column

v3.42.0

1 year ago

Release notes - UniPDF - v3.42.0

This version contains new features, improvements and bug fixes.

New Features

  • UP-307 extractor get table information from text marks.
  • UP-401 extractor added option for UseSimplerExtractionProcess.
  • UP-400 Text chunks vertical alignment support.
  • UP-358 Add page break element to templates.
  • UP-380 Add template support for rectangle and ellipse.
  • UP-385 Add render to image functionality for gradient color.

Improvements

  • UP-399 Form fields flatten multiline fields text position improvement.
  • UP-382 Updates Pattern name generation routine.
  • UP-395 extractor supports extracting images with SMask.

Bug Fixes

  • UP-392 Fix appender sign signed PDF causing previous signature invalid on acrobat.
  • UP-397 Fix render PDF to Image panic on get float dash phase value.

v3.41.0

1 year ago

Release notes - UniPDF - v3.41.0

This version contains new features, improvements and bug fixes.

New Features:

  • UP-157 extractor: Add bullet point extraction.
  • UP-348 creator: Import path from SVG file to use for a vectorized image.
  • UP-349 creator: Gradient color fill support for shapes.

Improvements

  • UP-378 Add relative mode and fit mode to the rectangle.
  • UP-389 Fix division and table context height calculations.

Bug Fixes:

  • UP-388 Fix table row span across pages drawn on new page.
  • UP-390 Fix license customer name swapped with expected results.
  • UP-391 Fix timestamp signature being invalid for pre-allocated signature size.

v3.40.0

1 year ago

This version contains new features and bug fixes.

New Features:

  • UP-374 Custom handler for TOC customization
  • UP-373 sigutil.TimestampClient add support BeforeHTTPRequest callback for customization

Bug Fixes:

  • UP-376 Incorrect text mark position of form XObject
  • UP-375 Incorrect X and Y starting point when page having cropbox
  • UP-372 Flattening annotations issue
  • UP-371 Form fields autosize issue when unable to get fields parent DA Object
  • UP-370 Panic when appending single punctuation chunk to StyledParagraph

v3.39.0

1 year ago

This version contains new features and bug fixes.

New Features:

  • UP-196 Report markup language support. Added support for XML like style markup for more flexibility and easier report creation. Currently supported components:
    • Styled paragraph (and text chunk)
    • Division
    • Table (and table cell)
    • Chart
    • Line
    • Image
    • Chapter (with subchapter and chapter heading customization support)

Bug Fixes:

  • UP-366 JBIG2 encoder excessive (many gigabytes) memory usages when extracting PDF images
  • UP-365 Text word wrap on decimal number being split fix
  • UP-364 Flattened form fields text exceeds fields length fix

v3.38.0

1 year ago

This version contains new features, improvements and fixes.

New Features:

  • UP-347 Extractor options for applying the CropBox.
  • UP-344 Metered License API Key adds non persistent cache support.

Improvements:

  • UP-346 Improve error message handling on API Key license response.
  • UP-343 Github Actions Workflow add go version v1.18.

Bug Fixes:

  • UP-345 Word wrap with newline causing next words having line break fix.
  • UP-342 RTL Hebrew punctuation issue fix.
  • UP-339 First word of a wrapped line using the previous line's font when the text is in a table cell that wraps across the page fix.
  • UP-338 Issue adding subtable to a table with row wrapping enabled and multi-row cell fix.