Checkbox size not preserved during ODT to PDF conversion

Using Aspose Words for Java 22.7, the size of Check Box form controls in ODT documents aren’t preserved when the ODT is converted to PDF.

This also occurs when using the online converter at Convert Files Online - Word, PDF, HTML, JPG And Many More

In the .zip below, the ODT Checkbox example.odt contains a number of checkboxes where the field size has been shrunk to exclude the labels, and text have been added next to them.
The checkbox labels in the ODT Checkbox example.pdf are rendered where they should be hidden.
ODT Checkbox example.zip (9.1 KB)

Sample input:

Sample output:

The workaround is to remove the labels from the checkboxes, however the real .odts are supplied by a 3rd party, and we would prefer not to have to change them.

@unb The problem with checkbox labels has been already fixed in the current codebase and the fix will be include into the next 22.8 version of Aspose.Words. Please see the output PDF produced by the current codebase: out.pdf (14.6 KB)
Is this output acceptable for you?

Looks fine thanks. Do you have an estimate for when release 22.8 will be available for Java?

@unb .NET version will be released in a week or so. Java version is usually released in 1-2 weeks after .NET version. So it will be available in the middle of August.

The issues you have found earlier (filed as WORDSNET-23765) have been fixed in this Aspose.Words for .NET 22.8 update also available on NuGet.