Aspose.PDF for Go via C++ Releases

Released: Jun 22, 2026

Updates in V26.6

Funktionen

  • Added new 'Core PDF function' APIs:
    • GetMetaInfo - Get meta information value of PDF document.
    • SetMetaInfo - Set meta information value of PDF document.
    • ClearMetaInfo - Clear all meta information values of PDF document.
    • IsLinearized - Get a value indicating whether document is linearized.
  • Added new 'Organize PDF' APIs:
    • PageMergeLayers - Merge all layers on the page into a single layer with the specified new layer name.

Released: May 21, 2026

Updates in V26.5

Funktionen

  • Added new 'Organize PDF' APIs:
    • Convert - Convert a PDF document into a PDF document with the specified PDF format.
    • Validate - Validate a PDF document for compliance with the PDF format.
    • RemovePdfaCompliance - Remove PDF/A compliance from a PDF document.
    • RemovePdfUaCompliance - Remove PDF/UA compliance from a PDF document.
    • IsPdfaCompliant - Get is a PDF document PDF/A compliant.
    • IsPdfUaCompliant - Get is a PDF document PDF/UA compliant.

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.