Skip to content

Commit

Permalink
Aspose.PDF for C++ 23.8 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderMalokhovetskiy committed Aug 17, 2023
1 parent 5a6a32a commit 0065557
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/release-notes/release-notes-2023/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ title: Release Notes - 2023
type: docs
weight: 10
url: /cpp/release-notes-2023/
lastmod: "2023-07-25"
lastmod: "2023-08-17"
---
Aspose.PDF for C++ Release Notes list new features, enhancement, and fixed bugs that were made in 2023.

- [Aspose.PDF for C++ 23.8](/pdf/cpp/aspose-pdf-for-cpp-23-8-release-notes/)
- [Aspose.PDF for C++ 23.7](/pdf/cpp/aspose-pdf-for-cpp-23-7-release-notes/)
- [Aspose.PDF for C++ 23.6](/pdf/cpp/aspose-pdf-for-cpp-23-6-release-notes/)
- [Aspose.PDF for C++ 23.5](/pdf/cpp/aspose-pdf-for-cpp-23-5-release-notes/)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
title: Aspose.PDF for C++ 23.8 Release Notes
type: docs
weight: 120
url: /cpp/aspose-pdf-for-cpp-23-8-release-notes/
description: This article decsribes changes and updates in version 23.8 of Aspose.PDF for C++ library
lastmod: "2023-08-17"
---
{{% alert color="primary" %}}

This page contains release notes information for Aspose.PDF for C++ 23.8.

{{% /alert %}}

## Changes and Improvements

The new version of Aspose.PDF for C++ has a codebase of Aspose.PDF for .Net 23.8.

Fixed TiffDevice for saving PDF document into multipage tiff file.

## Public API and Backward Incompatible Changes

### Added API

* class Aspose::Pdf::Plugins::PdfGeneratorTableBuilder
* class Aspose::Pdf::Plugins::PdfGeneratorTableCellBuilder
* class Aspose::Pdf::Plugins::PdfGeneratorTableRowBuidler
* class Aspose::Pdf::Vector::XFormPlacement
* class Aspose::Pdf::Vector::GraphicElement
* class Aspose::Pdf::Vector::GraphicElementCollection
* bool Aspose::Pdf::Text::TextFragmentState::IsFitRectangle(System::String, Aspose::Pdf::Rectangle)
* void Aspose::Pdf::Forms::CheckboxField::AddOption(System::String)
* void Aspose::Pdf::Forms::CheckboxField::AddOption(System::String, Aspose::Pdf::Rectangle)
* void Aspose::Pdf::Forms::Field::CopyToWidgetArray(Aspose::Pdf::Annotations::WidgetAnnotation[], int)
* bool Aspose::Pdf::Forms::RadioButtonField::get_NoToggleToOff()
* System::String Aspose::Pdf::Annotations::WidgetAnnotation::GetCheckedStateName()
* Aspose::Pdf::Rectangle Aspose::Pdf::Vector::SubPath::get_Rectangle()

* bool Aspose::Pdf::Document::HasIncrementalUpdate()
* bool Method:Aspose::Pdf::Operator::ValueEquals(Aspose::Pdf::Operator)
* void Aspose::Pdf::Page::AddGraphics(Aspose::Pdf::Vector::GraphicElementCollection,Aspose::Pdf::Rectangle)
* void Aspose::Pdf::Page::DeleteGraphics(Aspose::Pdf::Vector::GraphicElementCollection)
* System::String Aspose::Pdf::Point::ToString()
* Aspose::Pdf::Rectangle Aspose::Pdf::Rectangle::FromRect(System::Drawing::RectangleF)

Removed:

### Removed APIs

* class Aspose::Pdf::Plugins::Generator::PdfGeneratorTableBuilder
* class Aspose::Pdf::Plugins::Generator::PdfGeneratorTableCellBuilder
* class Aspose::Pdf::Plugins::Generator::PdfGeneratorTableRowBuidler

Complete details of API can be referenced from [Aspose.PDF for C++ API Reference Guide](https://reference.aspose.com/pdf/cpp).

0 comments on commit 0065557

Please sign in to comment.