Aspose.PDF for C++ V22.6

Released: Jun 21, 2022

Atualizações na V22.6

Recursos

  • 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.translator.cs2cpp.framework.
  • Improved the implementations of StackArray and ArrayView classes. Several library classes that work with arrays have been extended to work with these array types.

Correções

  • Fixed issues with XfaRenderer.
  • The behavior of String::IndexOf has been fixed for the empty string case.
  • Memory allocation in MemoryStream has been fixed when capacity is near 1Gb.
  • Fixed the bug referencing a WeakReference class as a value type.