Aspose.PDF for Rust via C++ V25.8
Released: Aug 26, 2025
V25.8 での更新項目
機能
- Added new 'Convert from PDF' API:
- 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.
- Added new 'Organize PDF functions' API:
- 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.