Browse our Products

Aspose.PDF for C++ 22.7 Release Notes

Changes and Improvements

  1. The new version of Aspose.PDF for C++ has a codebase of Aspose.PDF for .Net 22.7.
  2. The Skia version used is updated.

Minor fixes

  1. Bitmap::LockBits works incorrect on the kGray_8_SkColorType images. Fixed. Now the kGray_8_SkColorType images are treated as kN32_SkColorType.
  2. Performance of the Bitmap::LockBits, Bitmap::GetSkBitmapFromArray and Bitmap::ConvertToARGBImage methods is improved.
  3. The ‘System::SystemException: ucnv_fromUChars failed with error code 10’ error is thrown when an emptry replacement string is passed to the EncoderReplacementFallback constructor. Fixed.
  4. Fixed the issue with Null value strings in conditional expressions.

API Changes

Added:

  • Method: Aspose::Pdf::Table::GetHeight(System::SharedPtr<Aspose::Pdf::Page>)

Deleted:

  • Method: Aspose::Pdf::Table::GetHeight()

Complete details of API can be referenced from Aspose.PDF for C++ API Reference Guide.