Aspose.PDF for Rust via C++ V25.10

Released: Oct 28, 2025

V25.10 での更新項目

機能

  • Added new APIs:
    • Core PDF functions:
      • word_count - Return word count in PDF document.
      • character_count - Return character count in PDF document.
      • append - Append pages from another PDF document.
      • append_pages - Append selected pages from another PDF document.
      • merge_documents - Create a new PDF document by merging the provided PDF documents.
      • split_document - Create multiple new PDF documents by extracting pages from the source PDF document.
      • split - Create multiple new PDF documents by extracting pages from the current PDF document.
      • split_at_page - Split the PDF document into two new PDF documents.
      • split_at - Split the current PDF document into two new PDF documents.
      • bytes - Return the contents of the PDF document as a byte vector.
      • page_word_count - Return word count on specified page in PDF document.
      • page_character_count - Return character count on specified page in PDF document.
      • page_is_blank - Return page is blank in PDF document.
    • Organize PDF functions:
      • remove_tables - Remove tables from a PDF document.
      • page_remove_tables - Remove tables in page.