Aspose.OMR - Can images be embedded anywhere inside questions and answers text? See attachment

Hello, Please review my attachment. This is an example output that we need generated into an OMR Template. Notice the questions and answers can have images embedded (inter-mixed) anywhere inside the verbiage text. Our code will dynamically create the template design elements on the fly and save to a json format to be used by the OMR engine. The images have to be embedded in between the text, so we can’t use absolute positioning. Is Aspose.OMR capable of generating this type of output template? Sample Questions with Images.PNG (41.8 KB)

@mcard

We need to investigate your requirements and for the purpose, an investigation ticket as OMRNET-503 has been logged in our issue management system. We will further check its details and let you know as soon as the ticket is resolved. Please be patient and spare us some time.

Hello, @mcard

I would like to apologize - it appears to be that reply with approximate feature implementation got lost.
I am understanding that after two years the question can’t be relevant anymore. In case anyone else have the same question, I will supply the answer here.

At the current moment, we have paragraph with type “inline” option to draw elements in the same horizontal line. It can be used to combine images and text into a single line.
sample.png (65.2 KB)

?paragraph=images
	type=inline
?image=logo.png
	width=200
	height=200
?content=first long line of text after image
	font_style=italic
	font_size=15
?image=logo.png
	width=400
	height=400
?content=second long line of text after image
	font_style=italic
	font_size=15
?image=logo.png
	width=300
	height=300
&paragraph