Browse our Products
Aspose.OMR for .NET 25.1.0 - Release Notes
What was changed
Key | Summary | Category |
---|---|---|
OMRNET‑1084 | Achieved 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‑1085 | Removed deprecated APIs to improve code readability and performance. | Enhancement |
OMRNET‑1079 | Fixed padding issues in RTL mode. | Fix |
OMRNET‑1082 | Resolved an issue with the form footer not generating in RTL mode. | Fix |
n/a | Fixed “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
BACKWARD INCOMPATIBILITY!
This method has been deprecated in favor of the new API introduced in the version 24.9.0. Please update your code according to the recommendations below.
Use the universal Aspose.OMR.Api.OmrEngine.Generate
method to automatically detect the form’s source code format.
Aspose.OMR.Api.OmrEngine.GenerateJSONTemplate
method
BACKWARD INCOMPATIBILITY!
This method has been deprecated in favor of the new API introduced in the version 24.9.0. Please update your code according to the recommendations below.
Use the universal Aspose.OMR.Api.OmrEngine.Generate
method to automatically detect the form’s source code format.
Aspose.OMR.Api.OmrEngine.GenerateJSONTemplateFromString
method
BACKWARD INCOMPATIBILITY!
This method has been deprecated in favor of the new API introduced in the version 24.9.0. Please update your code according to the recommendations below.
Use the universal Aspose.OMR.Api.OmrEngine.Generate
method to automatically detect the form’s source code format.