Aspose.PDF for Rust via C++ のリリース
Released: Mar 24, 2026
V26.3 での更新項目
機能
- Added new 'Organize PDF' APIs:
- ReplaceFont - Replace font in a PDF document.
- PageReplaceFont - Replace font in page.
Released: Feb 24, 2026
V26.2 での更新項目
機能
- Added new 'Organize PDF' APIs:
- Crop - Crop pages of a PDF document.
- PageCrop - Crop a page.
Released: Jan 26, 2026
V26.1 での更新項目
機能
- Added new 'Organize PDF' APIs:
- RemoveTextHeaders - Remove text headers from a PDF document.
- RemoveTextFooters - Remove text footers from a PDF document.
- PageRemoveTextHeaders - Remove text headers in a page.
- PageRemoveTextFooters - Remove text footers in a page.
Released: Dec 23, 2025
V25.12 での更新項目
機能
- Added new 'Security PDF' API:
- open_with_password - Open a password-protected PDF document.
- encrypt - Encrypt PDF document.
- decrypt - Decrypt PDF document.
- set_permissions - Set permissions for PDF document.
- get_permissions - Get current permissions of PDF document.
Released: Nov 25, 2025
V25.11 での更新項目
機能
- Added new 'Organize PDF' APIs:
- remove_watermarks - Remove watermarks from PDF document.
- add_watermark - Add a watermark to a PDF document.
- embed_fonts - Embed fonts in a PDF document.
- unembed_fonts - Unembed fonts in a PDF document.
- optimize_file_size - Optimize size of PDF document with image compression quality.
- page_remove_watermarks - Remove watermarks in a page.
- page_add_watermark - Add watermark on a page.
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...
Released: Sep 26, 2025
V25.9 での更新項目
機能
- Added new APIs
- Convert from PDF functions:
- save_svg_zip - Convert and save the previously opened PDF document as SVG archive.
- Organize PDF functions:
- flatten - Flatten PDF document.
- remove_annotations - Remove annotations from PDF document.
- remove_attachments - Remove attachments from PDF document.
- remove_blank_pages - Remove blank pages from PDF document.
- remove_bookmarks - Remove bookmarks from PDF document.
- remove_hidden_text - Remove hidden text from PDF document.
- remove_images - Remove...
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...
Released: Jul 25, 2025
V25.7 での更新項目
機能
- Added new 'Convert from PDF' API:
- save_booklet - Convert and save the previously opened PDF document as booklet PDF document.
- save_n_up - Convert and save the previously opened PDF document as N-Up PDF document.
- save_markdown - Convert and save the previously opened PDF document as Markdown document.
- save_tiff - Convert and save the previously opened PDF document as Tiff document.