Lanzamientos de Aspose.PDF for Rust via C++
Released: Apr 21, 2026
Actualizaciones en V26.4
Características
- Added new Security function APIs:
- is_encrypted - Get encrypted status of PDF document.
- sign_pkcs7 - Sign a PDF document using PKCS#7 digital signatures.
- sign_pkcs7_detached - Sign a PDF document using PKCS#7 Detached digital signatures.
- is_signed - Get signed status of PDF document.
- remove_signs - Remove signs from PDF document.
Released: Mar 24, 2026
Actualizaciones en V26.3
Características
- Added new 'Organize PDF' APIs:
- ReplaceFont - Replace font in a PDF document.
- PageReplaceFont - Replace font in page.
Released: Feb 24, 2026
Actualizaciones en V26.2
Características
- Added new 'Organize PDF' APIs:
- Crop - Crop pages of a PDF document.
- PageCrop - Crop a page.
Released: Jan 26, 2026
Actualizaciones en V26.1
Características
- 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
Actualizaciones en V25.12
Características
- 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
Actualizaciones en V25.11
Características
- 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
Actualizaciones en V25.10
Características
- 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...
Released: Sep 26, 2025
Actualizaciones en V25.9
Características
- 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...
Released: Aug 26, 2025
Actualizaciones en V25.8
Características
- 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...
Released: Jul 25, 2025
Actualizaciones en V25.7
Características
- 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.