Aspose.PDF for C++ Releases

Released: Feb 20, 2023

Updates in V23.2

Funktionen

  • Document object lifetime has been extended to the lifetime of its PageCollection instance.

Fehlerkorrekturen

  • Fixed NullReferenceException in CompressImage.

Released: Jan 23, 2023

Updates in V23.1

Funktionen

  • Added the ability to convert a PDF to a DICOM image.

Fehlerkorrekturen

  • Fixed issue connected to adding text with specified TTF font when font file is corrupted.

Released: Dec 20, 2022

Updates in V22.12

Funktionen

  • Added the ability to convert a PDF to a DICOM image.

Released: Nov 22, 2022

Updates in V22.11

Funktionen

  • Added support for Apple macOS.
  • Add 'balanced tree' instead of a flat list for page tree nodes.
  • Improved conversion to PDF/A.

Fehlerkorrekturen

  • Fixed bugs while opening broken PDF documents.

Released: Oct 20, 2022

Updates in V22.10

Funktionen

  • Added new 'ExplicitCast' and 'AsCast' methods which should now be used instead of the obsolete 'DynamicCast', 'DynamicCast_noexcept', 'StaticCast' and 'StaticCast_noexcept'.
  • Improved document reading performance.

Fehlerkorrekturen

  • Fixed a bug in XFA forms.

Released: Sep 15, 2022

Updates in V22.9

Funktionen

  • Added the ability to convert PDF to PNG with a transparent background.

Fehlerkorrekturen

  • Fixed string concatenation with boolean values.
  • Eliminated memory leaks in XFA forms.

Released: Aug 17, 2022

Updates in V22.8

Funktionen

  • Added new method for rebuilding 'xref' tables.
  • Added the ability to convert 'AxialGradients' in PDFs.
  • Added CODEPORTING_WINDOWS, CODEPORTING_MACOS, CODEPORTING_LINUX, and CODEPORTING_WEBASSEMBLY macros for detecting operating systems.

Fehlerkorrekturen

  • Fixed issue with saving PDF documents to Word, Excel formats.

Released: Jul 22, 2022

Updates in V22.7

Funktionen

  • Updated the Skia version.
  • Improved performance of the Bitmap::LockBits, Bitmap::GetSkBitmapFromArray and Bitmap::ConvertToARGBImage methods.
  • Added new method: Aspose::Pdf::Table::GetHeight(System::SharedPtr<Aspose::Pdf::Page>).

Fehlerkorrekturen

  • Bitmap::LockBits works incorrect on the kGray_8_SkColorType images. Now the kGray_8_SkColorType images are treated as kN32_SkColorType.
  • The ‘System::SystemException: ucnv_fromUChars failed with error code 10’ error is thrown when an...

Released: Jun 21, 2022

Updates in V22.6

Funktionen

  • Added support for extracting subscript and superscript text from PDF files.
  • Improved memory usage when deleting stamps.
  • Redesigned PdfFileEditor API to prevent the ignoring of exceptions.
  • The dependency ‘CodePorting.Native Cs2Cpp’ has been renamed to 'CodePorting.Translator Cs2Cpp'. From now on:
    • The dependency Nuget package is CodePorting.Translator.Cs2Cpp.Framework.
    • MSBuild and CMake targets are CodePorting.Translator.Cs2Cpp.Framework.
    • Dynamic libraries’ base name is now codeporting...

Released: May 24, 2022

Updates in V22.5

Funktionen

  • Added support for XFA forms in PDF documents.