RadaeePDF Classic SDK for Windows 릴리스

릴리스 전반에서 새로 나온 내용을 살펴보세요. 기능, 개선 사항, 해결된 문제에 대한 자세한 정보를 제공합니다.

1월
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
RadaeePDF SDK for Windows v2.x2021년 4월 19일

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.
RadaeePDF SDK for Windows v1.202021년 2월 27일

v1.20

Updated Feb 27, 2021

Features

  • Core lib is fully updated and aligned to Android version 3.55.2.
  • New improved way to manage stress marked letters during searches (i.e.: "e" is handled as it is "è" or "é" and other).
  • Enhanced ibjpeg change marco JDCT_DEFAULT from JDCT_ISLOW to JDCT_IFAST.

Fixes

  • Fixed wrong transparency initialization in some rare case.
  • Fixed crash issue (modify content of editbox).
  • Fixed issue when loading bad linearized header.
  • Fixed need to wrap GSSave()/GSRestore() twice for image appearence of signature field.
  • Fixed set/get popup text\subject/label issue.
  • Fixed rendering issue.
  • Fixed OOM issue for special condition.
  • Fixed object reference correct to a wrong data.
  • Fixed GetFieldName methods will return original name without remove blanks.
  • Fixed crash issue when getting signature information from a field just signed.
  • Fixed crash issue for Annotation.Sign().