How to find A12 version in Runtime in Java Code

Hi all,

I need to know the runtime version of A12 or A12 Print Model API in my Java code. Is there any java class that I can use to find out what is current version of A12 or Print Model API.

I need something for this example code

	final Header header = printModelUtil.getModelHeader(printModel);
	final String version = header.getModelVersion();
	return <VERSION_API_CLASS>.getPrintModelApiVersion().equal(version);

is there any class like <VERSION_API_CLASS> that I can get the print model api version dynamically in this code?

Hi @yousef-pure-pebble ,
Currently, there isn’t such a feature in Print Engine. Could you please create a ticket for your requirement?

thanks for your reply, but we have solved our problem with other ways.