When converting from ODT to DOCX the image form field is not preserved.
As shown in the ODT file it contains an image form field, the DOCX that was produced by doing a file save as of the ODT file when opened in Word preserves the form field outline but not the image.
When using Aspose to translate the ODT to DOCX the image form field is not preserved at all and the document is empty.
Using - aspose-words-20.8.0-jdk17.jar
Using this code:
com.aspose.words.Document doc = new com.aspose.words.Document(inputPath);
doc.save(outputPath, com.aspose.words.SaveFormat.DOCX);
Here are the files:
imageFormField.zip (80.3 KB)