Rilasci di Aspose.PDF for C++

Released: Feb 20, 2023

Aggiornamenti in V23.2

Funzionalità

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

Correzioni

  • Fixed NullReferenceException in CompressImage.

Released: Jan 23, 2023

Aggiornamenti in V23.1

Funzionalità

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

Correzioni

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

Released: Dec 20, 2022

Aggiornamenti in V22.12

Funzionalità

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

Released: Nov 22, 2022

Aggiornamenti in V22.11

Funzionalità

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

Correzioni

  • Fixed bugs while opening broken PDF documents.

Released: Oct 20, 2022

Aggiornamenti in V22.10

Funzionalità

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

Correzioni

  • Fixed a bug in XFA forms.

Released: Sep 15, 2022

Aggiornamenti in V22.9

Funzionalità

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

Correzioni

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

Released: Aug 17, 2022

Aggiornamenti in V22.8

Funzionalità

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

Correzioni

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

Released: Jul 22, 2022

Aggiornamenti in V22.7

Funzionalità

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

Correzioni

  • 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

Aggiornamenti in V22.6

Funzionalità

  • 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

Aggiornamenti in V22.5

Funzionalità

  • Added support for XFA forms in PDF documents.