Aspose.PDF for Go via C++ Releases
Released: Apr 21, 2026
Updates in V26.4
Funktionen
- Added new 'Security' APIs:
- IsEncrypted - Get encrypted status of PDF document.
- SignPKCS7 - Sign a PDF document using PKCS#7 digital signatures.
- SignPKCS7Detached - Sign a PDF document using PKCS#7 Detached digital signatures.
- IsSigned - Get signed status of PDF document.
- RemoveSigns - Remove signs from PDF document.
Released: Mar 20, 2026
Updates in V26.3
Funktionen
- Added new 'Organize PDF' APIs:
- ReplaceFont - Replace font in a PDF document.
- PageReplaceFont - Replace font in page.
Released: Feb 20, 2026
Updates in V26.2
Funktionen
- Added new 'Organize PDF' APIs:
- Crop - Crop pages of a PDF document.
- PageCrop - Crop a page.
Released: Jan 26, 2026
Updates in V26.1
Funktionen
- 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 18, 2025
Updates in V25.12
Funktionen
- Added new 'Security PDF' APIs:
- OpenWithPassword - Open a password-protected PDF document.
- Encrypt - Encrypt PDF documents.
- Decrypt - Decrypt PDF documents.
- SetPermissions - Set permissions for PDF documents.
- GetPermissions - Get current permissions of a PDF document.
Released: Nov 25, 2025
Updates in V25.11
Funktionen
- Added new 'Organize PDF' APIs:
- RemoveWatermarks - Remove watermarks from PDF document.
- AddWatermark - Add watermark to PDF document.
- EmbedFonts - Embed fonts in PDF documents.
- UnembedFonts - Unembed fonts in PDF documents.
- OptimizeFileSize - Optimize size of PDF document with image compression quality.
- PageRemoveWatermarks - Remove watermarks from a page.
- PageAddWatermark - Add watermarks to a page.
Released: Oct 24, 2025
Updates in V25.10
Funktionen
- Added new APIs:
- Core:
- Split - Create multiple new PDF documents by extracting pages from the current PDF document.
- SplitAt - Split the current PDF document into two new PDF documents.
- Organize PDF:
- RemoveTables - Remove tables from PDF document.
- PageRemoveTables - Remove tables in page.
Released: Sep 24, 2025
Updates in V25.9
Funktionen
- Added new APIs:
- Miscellaneous:
- About - Return metadata information about the Aspose.PDF for Go via C++.
- Convert from PDF:
- SaveSvgZip - Convert and save the previously opened PDF document as SVG archive.
Released: Aug 22, 2025
Updates in V25.8
Funktionen
- Added new 'Convert from PDF' API:
- SaveDocXEnhanced - Convert and save the previously opened PDF document as DOCX document with Enhanced Recognition Mode (fully editable tables and paragraphs).
Released: Jul 24, 2025
Updates in V25.7
Funktionen
- Added new 'Convert from PDF' API:
- save_tiff - Convert and save the previously opened PDF document as Tiff document.