Browse our Products

Aspose.PDF for CPP 20.1 Release Notes

Improvements and Changes

KeySummaryCategory
PDFCPP-1035Float2Fixed rest memory leaksBug
PDFCPP-1101PdfUaConvertTests::PDFUA_ConvertProcess failsBug
PDFCPP-1108Aspose.Page memory leaks fixBug
PDFCPP-1127Aspose.Page (EPS rest cases)Bug
PDFCPP-1160refactoring XpsSerializationContextBug
PDFCPP-1161Fix ImageConverterBug
PDFCPP-1162Issue with CompareInfo.IndexOf used with CompareOptions.IgnoreCase parameterBug
PDFCPP-1163CppForceIncludeAttribute enhancementBug

Public API and Backward Incompatible Changes

Added APIs

  • Enumeration Aspose.Pdf.ImageDeleteAction
  • Enumeration member Aspose.Pdf.ImageDeleteAction.None
  • Enumeration member Aspose.Pdf.ImageDeleteAction.ForceDelete
  • Enumeration member Aspose.Pdf.ImageDeleteAction.Check
  • Method Aspose.Pdf.XImageCollection.Delete(System.Int32,Aspose.Pdf.ImageDeleteAction)
  • Method Aspose.Pdf.XImageCollection.Delete(System.String,Aspose.Pdf.ImageDeleteAction)
  • Property Aspose.Pdf.Form.AutoRecalculate