Lancements de Aspose.PDF for C++

Released: Dec 20, 2022

Mises à jour de V22.12

Fonctionnalités

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

Released: Nov 22, 2022

Mises à jour de V22.11

Fonctionnalités

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

Correctifs

  • Fixed bugs while opening broken PDF documents.

Released: Oct 20, 2022

Mises à jour de V22.10

Fonctionnalités

  • 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.

Correctifs

  • Fixed a bug in XFA forms.

Released: Sep 15, 2022

Mises à jour de V22.9

Fonctionnalités

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

Correctifs

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

Released: Aug 17, 2022

Mises à jour de V22.8

Fonctionnalités

  • 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.

Correctifs

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

Released: Jul 22, 2022

Mises à jour de V22.7

Fonctionnalités

  • 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>).

Correctifs

  • 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 empty...

Released: Jun 21, 2022

Mises à jour de V22.6

Fonctionnalités

  • 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...

Released: May 24, 2022

Mises à jour de V22.5

Fonctionnalités

  • Added support for XFA forms in PDF documents.

Released: Apr 25, 2022

Mises à jour de V22.4

Fonctionnalités

  • Added 'System::Drawing::GetThumbnailImage()' method.
  • Improved 'RegionDataNodeRect' constructor.

Correctifs

  • The 1 bit per pixel black-and-white image loading has been fixed.

Released: Mar 21, 2022

Mises à jour de V22.3

Fonctionnalités

  • Iterators provided by the IEnumerable class and duck-typed collections have been improved. Performance has been improved for those implemented via the native C++ containers, and assignment to referenced elements has been supported where possible.
  • Added method overloads to numerous classes. These support ArrayView-typed parameters where only ArrayPtr was supported previously.
  • Exception class default messages are now in line with Microsoft .NET behavior. No language-specific...