Skip to content

Releases: aspose-pdf/aspose-pdf-go-cpp

Aspose.PDF for Go via C++ 25.12

18 Dec 10:44

Choose a tag to compare

Public API and Backward Incompatible Changes

Added APIs

Security PDF:

  • OpenWithPassword - Open a password-protected PDF-document
  • Encrypt - Encrypt PDF-document
  • Decrypt - Decrypt PDF-document
  • SetPermissions - Set permissions for PDF-document
  • GetPermissions - Get current permissions of PDF-document

Removed APIs

Complete details of API can be referenced from Aspose.PDF for Go via C++ API Reference Guide.

Aspose.PDF for Go via C++ 25.11

25 Nov 11:12

Choose a tag to compare

Public API and Backward Incompatible Changes

Added APIs

Organize PDF:

  • RemoveWatermarks - Remove watermarks from PDF-document
  • AddWatermark - Add watermark to PDF-document
  • EmbedFonts - Embed fonts a PDF-document
  • UnembedFonts - Unembed fonts a PDF-document
  • OptimizeFileSize - Optimize size of PDF-document with image compression quality
  • PageRemoveWatermarks - Remove watermarks in page
  • PageAddWatermark - Add watermark on page

Removed APIs

Complete details of API can be referenced from Aspose.PDF for Go via C++ API Reference Guide.

Aspose.PDF for Go via C++ 25.10

24 Oct 09:17

Choose a tag to compare

Public API and Backward Incompatible Changes

Added 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

Removed APIs

Complete details of API can be referenced from Aspose.PDF for Go via C++ API Reference Guide.

Aspose.PDF for Go via C++ 25.9

24 Sep 11:33

Choose a tag to compare

Public API and Backward Incompatible Changes

Added 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

Removed APIs

Complete details of API can be referenced from Aspose.PDF for Go via C++ API Reference Guide.

Aspose.PDF for Go via C++ 25.8

21 Aug 18:09

Choose a tag to compare

Public API and Backward Incompatible Changes

Added APIs

Convert from PDF:

  • SaveDocXEnhanced - Convert and save the previously opened PDF-document as DocX-document with Enhanced Recognition Mode (fully editable tables and paragraphs)

Removed APIs

Complete details of API can be referenced from Aspose.PDF for Go via C++ API Reference Guide.

Aspose.PDF for Go via C++ 25.7

24 Jul 18:25

Choose a tag to compare

Public API and Backward Incompatible Changes

Added APIs

Convert from PDF:

  • SaveTiff - Convert and save the previously opened PDF-document as Tiff-document

Removed APIs

Complete details of API can be referenced from Aspose.PDF for Go via C++ API Reference Guide.

Aspose.PDF for Go via C++ 25.6

19 Jun 08:23

Choose a tag to compare

Public API and Backward Incompatible Changes

Added APIs

Core PDF functions:

  • Bytes - Return the contents of the PDF-document as a byte slice

Removed APIs

Complete details of API can be referenced from Aspose.PDF for Go via C++ API Reference Guide.

Aspose.PDF for Go via C++ 25.5

28 May 14:34

Choose a tag to compare

Public API and Backward Incompatible Changes

Added APIs

Core PDF functions:

  • AppendPages - Append selected pages from another PDF-document
  • MergeDocuments - Create a new PDF-document by merging the provided PDF-documents
  • SplitDocument - Create multiple new PDF-documents by extracting pages from the source PDF-document
  • SplitAtPage - Split the PDF-document into two new PDF-documents

Removed APIs

Complete details of API can be referenced from Aspose.PDF for Go via C++ API Reference Guide.

Aspose.PDF for Go via C++ 25.4

30 Apr 08:52

Choose a tag to compare

Public API and Backward Incompatible Changes

Added APIs

Core PDF functions:

  • Append - Append pages from another PDF-document

Organize PDF functions:

  • RemoveAnnotations - Remove annotations from PDF-document
  • RemoveAttachments - Remove attachments from PDF-document
  • RemoveBlankPages - Remove blank pages from PDF-document
  • RemoveBookmarks - Remove bookmarks from PDF-document
  • RemoveHiddenText - Remove hidden text from PDF-document
  • RemoveImages - Remove images from PDF-document
  • RemoveJavaScripts - Remove java scripts from PDF-document
  • PageRemoveAnnotations - Remove annotations in page
  • PageRemoveHiddenText - Remove hidden text in page
  • PageRemoveImages - Remove images in page

Removed APIs

Complete details of API can be referenced from Aspose.PDF for Go via C++ API Reference Guide.

Aspose.PDF for Go via C++ 25.3

31 Mar 20:17

Choose a tag to compare

Public API and Backward Incompatible Changes

Added APIs

Convert from PDF functions:

  • SaveBooklet - Convert and save the previously opened PDF-document as booklet PDF-document
  • SaveNUp - Convert and save the previously opened PDF-document as N-Up PDF-document
  • SaveMarkdown - Convert and save the previously opened PDF-document as Markdown-document
  • ExportFdf - Export from the previously opened PDF-document with AcroForm to FDF-document
  • ExportXfdf - Export from the previously opened PDF-document with AcroForm to XFDF-document
  • ExportXml - Export from the previously opened PDF-document with AcroForm to XML-document

Organize PDF functions:

  • Flatten - Flatten PDF-document

Removed APIs

Complete details of API can be referenced from Aspose.PDF for Go via C++ API Reference Guide.