Browse our Products
Aspose.OMR for Java 22.12 - Release Notes
What was changed
This is the major release of Aspose.OMR for Java which delivers significant new features, enhancements to existing features, performance improvements, and fixes. The list below contains the most important features that are supported in this release:
Key | Summary | Category |
---|---|---|
OMRJAVA-61 | Allow adding images to machine-readable forms. | New feature |
Public API changes and backwards compatibility
This section lists all public API changes introduced in Aspose.OMR for Java 22.12 that may affect the code of existing applications.
Added public APIs:
The following public APIs have been added in this release:
Adding images to forms
You can now add JPEG, PNG, and BMP images to machine-readable forms generated by Aspose.OMR for Java:
Text markup:
The element is declared with ?image=<image file name>
statement. This statement must be placed on a separate line.
Full paths to all images used in the form must be provided to the template generator.
JSON markup:
Image element is declared as an object with "element_type": "Image"
property. Image file name is provided in the name
property.
Full paths to all images used in the form must be provided to the template generator.
Updated public APIs:
No changes.
Removed public APIs:
No changes.
Usage examples
See the examples below to learn more about the changes introduced in this release:
Adding images to forms
?image=logo.jpg
align=center
?empty_line=
?text=Aspose.OMR for .NET
align=center
font_size=24