Problems to convert word documents with WordArt with Aspose.Word for Java

Hello Aspose Team,
i have problems to convert word documents with Aspose.Words for Java to pdf.
Here is the code snippet:

com.aspose.words.PdfSaveOptions options = new com.aspose.words.PdfSaveOptions();

options.setCompliance(com.aspose.slides.PdfCompliance.PdfA1b);com.aspose.words.Document doc = new com.aspose.words.Document(inputStream);doc.save(baos, options);

In the resulting pdf/a the WordArt in the word document is not correctly rendered. I have attached the source word file and the resulting pdf file (sorry that the text is in German).
Hi Frederic,

Thanks for your inquiry. After an initial test with Aspose.Words for Java 16.3.0, I was unable to reproduce this issue on my side (please see attached pdf). I would suggest you please upgrade to the latest version of Aspose.Words. You can download it from the following link. I hope, this helps.

http://www.aspose.com/downloads/words-family/java

Best regards,

Hi Awais,
thanks for your answer. When i created the test documents i thougt that i use version 16.3.0, but it was 16.1.0. With version 16.3.0 the renderd WordArt looks like the WordArt in the source.