RadaeePDF SDK for Windows v2.x

Released: Apr 19, 2021

Updates in v2.x

v2.4.0

Updated Apr 25, 2023

Fixes

  • Fixed rendering issues.
  • Fixed rendering issues with some Japanese fonts.
  • Fixed combo box crash.
  • Fixed scale issue on rotated image.

v2.3.8b

Updated Jan 18, 2023

Fixes

  • Fixed bug when merging pages from a PDF into a new one.

v2.3.8

Updated Jan 6, 2023

Fixes

  • Small fixes to address specific uncommon file structure.

v2.3.5

Updated Apr 25, 2022

Features

  • Signatures are now fully compliant with RFC 2315.
  • Improved support for signature fields which now include 'lock' status.
  • Improved support for signed PDF/A-2 and PDF/A-3 files.
  • Improved support for AVX instruction sets on older CPUs.

Fixes

  • Empty metadata was wrong during PDF/A exporting.

v2.3.4

Updated Feb 22, 2022

Features

  • Improved annotations' lock support.
  • Improved PDF/A save and export handling.

Fixes

  • core-lib update and optimization.
  • Fixed issues while running AVX CPU instruction.

v2.3.3

Updated Feb 10, 2022

Fixes

  • core-lib code clean up and improvement.
  • Set a default check/uncheck icon when the form field doesn't contain the glyph.
  • Fixed jpx decode.
  • Rendering issue in special PDF.
  • Rendering issue of gray masks.

v2.3.2

Updated Nov 25, 2021

Fixes

  • Fixed jpx decoder on ARM64 architecture.
  • Memory optimization with gray images and masks.

v2.3.1

Updated Oct 31, 2021

Fixes

  • Fixed thumbnails that may be broken when set in vertical mode.

v2.3

Updated Oct 11, 2021

Features

  • Improved zlib codec.
  • Improved CMYK to RGB conversion.
  • Improved file system interaction and read-only status management.
  • Code optimization in font decoding and rendering.

Fixes

  • Value of edit box now retain proper value.
  • JPX issue in some special case.
  • CCITT code clean-up.

v2.2.1

Updated Sep 6, 2021

Features

  • Introduces many performances enhancements and optimizations based on same code as Android 3.60.3.

Fixes

  • Fixed CMYK->RGB conversion may bring to unexpected crash during some special bitmap decoding.

v2.2

Updated Jul 15, 2021

Fixes

  • Fixed addressed a coordinates issue while detecting AcroForm.
  • Fixed get AcroForm values may get wrong contents.

v2.1.1

Updated Jun 17, 2021

Fixes

  • Minor maintenance release.

v2.1

Updated May 18, 2021

Features

  • New improved algorithm to fill vector shapes. The result is to enhance the quality of texts, especially CJK.
  • New improved algorithm to render gradient filling and dashed lines.
  • Improved PDF/A generation.

Fixes

  • Fixed reason: inline image without compress pixels may be judged wrong image tail.
  • Fixed SetEditFont() was internally referencing the font resource in a wrong way.
  • Fixed Forced Outilne/Bookmarks to have parent entry.
  • Fixed Wrong size on stream object length when pointed to a referenced object. Merged PDF file gone corrupted.

v2.0

Updated Apr 19, 2021

Features

  • Added a new rendering framework written in C++ to enhance performance and dimensions.
  • Added new PageContent.DrawText() method which can set bounding width and max count of lines. Will return drawn chars and drawn lines.
  • Added new layout: PDF_LAYOUT_MODE.
  • Added new PDFSign.Name method to get the name of the signer.
  • Added new PDFAnnot.SignField parameter to set the name of the signer.
  • You can now list all pages and rotate/delete pages.
  • You can now add Editbox annotations.
  • You can now add polygon/polyline annotations.
  • You can now add stamp annotations.

Fixes

  • Fixed Restored the build for arm322.0RC1.
  • Fixed in some condition the PDF file was locked even when the SDK was releasing it.
  • Fixed issue that PDFDoc.Close() method cannot completely release file resource when that file is an encrypted document.
  • Fixed corelib fully update to solve and optimize minor issues2.0beta8.
  • Fixed issue for new interface PageContent.drawText().
  • Fixed issue for DOCX rendering.
  • Fixed weird behavior when embedding bold and italic fonts.2.0beta7.
  • Fixed minor issues.2.0beta6.
  • Fixed a crash issue resulting from modifying Editbox content in some cases.2.0beta5.
  • Fixed a rendering issue with a specific file.
  • Fixed annotation position after changing view mode.2.0beta4.
  • Fixed crash issue when loading bad linearized header data.
  • Fixed a rendering issue with a certain file.2.0beta3.
  • Fixed set/get popup text\subject/label for Editbox (free text) annotation issue.2.0beta2.
  • Fixed rendering issue for a specific PDF.2.0beta1.