Lanzamientos de Aspose.PDF for C++
Released: Feb 20, 2023
Actualizaciones en V23.2
Características
- Document object lifetime has been extended to the lifetime of its PageCollection instance.
Correcciones
- Fixed NullReferenceException in CompressImage.
Released: Jan 23, 2023
Actualizaciones en V23.1
Características
- Added the ability to convert a PDF to a DICOM image.
Correcciones
- Fixed issue connected to adding text with specified TTF font when font file is corrupted.
Released: Dec 20, 2022
Actualizaciones en V22.12
Características
- Added the ability to convert a PDF to a DICOM image.
Released: Nov 22, 2022
Actualizaciones en V22.11
Características
- Added support for Apple macOS.
- Add 'balanced tree' instead of a flat list for page tree nodes.
- Improved conversion to PDF/A.
Correcciones
- Fixed bugs while opening broken PDF documents.
Released: Oct 20, 2022
Actualizaciones en V22.10
Características
- 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.
Correcciones
- Fixed a bug in XFA forms.
Released: Sep 15, 2022
Actualizaciones en V22.9
Características
- Added the ability to convert PDF to PNG with a transparent background.
Correcciones
- Fixed string concatenation with boolean values.
- Eliminated memory leaks in XFA forms.
Released: Aug 17, 2022
Actualizaciones en V22.8
Características
- 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.
Correcciones
- Fixed issue with saving PDF documents to Word, Excel formats.
Released: Jul 22, 2022
Actualizaciones en V22.7
Características
- 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>).
Correcciones
- 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
Actualizaciones en V22.6
Características
- 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
Actualizaciones en V22.5
Características
- Added support for XFA forms in PDF documents.