Browse our Products

Aspose.PDF for C++ 25.5 Release Notes

Changes and Improvements

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

Public API and Backward Incompatible Changes

Added APIs

  • bool Aspose::Pdf::Forms::Form::get_NeedsRendering()
  • bool Aspose::Pdf::Forms::Form::get_HasXfa()
  • bool Aspose::Pdf::Forms::Signature::Verify(System::SharedPtr<System::Security::Cryptography::X509Certificates::X509Certificate2>,System::SharedPtr<Aspose::Pdf::Security::ValidationOptions>,System::SharedPtr<Aspose::Pdf::Security::ValidationResult>&)
  • System::Security::Cryptography::X509Certificates::X509Certificate2 Aspose::Pdf::Forms::SignatureField::ExtractCertificateObject()
  • Aspose::Pdf::LogicalStructure::ListLIElement Aspose::Pdf::Tagged::ITaggedContent::CreateListLIElement()
  • Aspose::Pdf::LogicalStructure::ListLblElement Aspose::Pdf::Tagged::ITaggedContent::CreateListLblElement()
  • Aspose::Pdf::LogicalStructure::ListLBodyElement Aspose::Pdf::Tagged::ITaggedContent::CreateListLBodyElement()
  • System::String Aspose::Pdf::XpsSaveOptions::get_DefaultFont()
  • void Aspose::Pdf::XpsSaveOptions::set_DefaultFont(System::String)
  • bool Aspose::Pdf::XpsSaveOptions::get_UseEmbeddedTrueTypeFonts()
  • void Aspose::Pdf::XpsSaveOptions::set_UseEmbeddedTrueTypeFonts(bool)

Removed APIs

No removings.

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