Browse our Products

Aspose.PDF for C++ 25.8 Release Notes

Changes and Improvements

The new version of Aspose.PDF for C++ has a codebase of Aspose.PDF for .Net 25.8.

Public API and Backward Incompatible Changes

Added APIs

  • System::SharedPtr<Aspose::Pdf::Cell> Aspose::Pdf::Cells::Add(System::SharedPtr<Aspose::Pdf::Text::TextFragment>);

  • class Aspose::Pdf::Facades::PdfFileEditor::ContentsResizeParameters

    • bool get_ChangeMediaBox();
    • void set_ChangeMediaBox(bool);
  • class Aspose::Pdf::LogicalStructure::HeaderElement

    • void SetText(System::String);
    • void AddEntryToTocPage(System::SharedPtr<Aspose::Pdf::Page>,System::SharedPtr<Aspose::Pdf::LogicalStructure::TOCIElement>);
    • void AddEntryToTocPage(System::SharedPtr<Aspose::Pdf::Page>,System::SharedPtr<Aspose::Pdf::LogicalStructure::ListLIElement>);
  • class Aspose::Pdf::LogicalStructure::HeaderElementTextConflictException

  • class Aspose::Pdf::LogicalStructure::TOCpageHasNoTitleException

  • void Aspose::Pdf::LogicalStructure::ListLIElement::AddRef(System::SharedPtr<Aspose::Pdf::LogicalStructure::StructureElement>);

  • void Aspose::Pdf::LogicalStructure::TOCElement::LinkTocPageTitleToHeaderElement(System::SharedPtr<Aspose::Pdf::Page>,System::SharedPtr<Aspose::Pdf::LogicalStructure::HeaderElement>);

  • void Aspose::Pdf::LogicalStructure::TOCIElement::AddRef(System::SharedPtr<Aspose::Pdf::LogicalStructure::StructureElement>);

Removed APIs

No removes.

Complete details of API can be referenced from Aspose.PDF for C++ API Reference Guide.