Browse our Products

Aspose.PDF for Rust via C++ 25.8 Release Notes

Public API and Backward Incompatible Changes

Added APIs

Convert from PDF:

  • save_docx_enhanced - Convert and save the previously opened PDF-document as DocX-document with Enhanced Recognition Mode (fully editable tables and paragraphs).
  • export_fdf - Export from the previously opened PDF-document with AcroForm to FDF-document.
  • export_xfdf - Export from the previously opened PDF-document with AcroForm to XFDF-document.
  • export_xml - Export from the previously opened PDF-document with AcroForm to XML-document.

Organize PDF functions:

  • replace_text - Replace text in PDF-document
  • add_page_num - Add page number to a PDF-document
  • add_text_header - Add text in Header of a PDF-document
  • add_text_footer - Add text in Footer of a PDF-document
  • page_replace_text - Replace text on page
  • page_add_page_num - Add page number on page
  • page_add_text_header - Add text in page header
  • page_add_text_footer - Add text in page footer

Removed APIs

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