Browse our Products

Aspose.OMR for .NET 25.1.0 - Release Notes

What was changed

KeySummaryCategory
OMRNET‑1084Achieved up to 30x faster speed and significantly reduced resource usage when generating interactive PDF forms with a large number of answer bubbles (200+), such as answer sheets.Enhancement
OMRNET‑1085Removed deprecated APIs to improve code readability and performance.Enhancement
OMRNET‑1079Fixed padding issues in RTL mode.Fix
OMRNET‑1082Resolved an issue with the form footer not generating in RTL mode.Fix
n/aFixed “Authentication failed” error that occasionally occurred when using a metered license under .NET Framework 4.Fix

Public API changes and backwards compatibility

This section lists all public API changes introduced in Aspose.OMR for .NET 25.1.0 that may affect the code of existing applications.

Added public APIs:

No changes

Updated public APIs:

No changes

Removed public APIs:

The following public APIs have been removed from Aspose.OMR for .NET 25.1.0:

Aspose.OMR.Api.OmrEngine.GenerateTemplate method

Use the universal Aspose.OMR.Api.OmrEngine.Generate method to automatically detect the form’s source code format.

Aspose.OMR.Api.OmrEngine.GenerateJSONTemplate method

Use the universal Aspose.OMR.Api.OmrEngine.Generate method to automatically detect the form’s source code format.

Aspose.OMR.Api.OmrEngine.GenerateJSONTemplateFromString method

Use the universal Aspose.OMR.Api.OmrEngine.Generate method to automatically detect the form’s source code format.