Hello,
Please take a look at the attached Word document.
Test_2.docx (14.5 KB)
When I try to convert it to PDF using
docuemnt.save("Test_2.docx",SaveOptions.createSaveOptions(SaveFormat.PDF));
I get the following exception: ( Looks like because the Content Control Title is empty )
Caused by: java.lang.NullPointerException: value
at com.aspose.words.internal.zzZXr.zzX2D(Unknown Source)
at com.aspose.words.StructuredDocumentTag.setTitle(Unknown Source)
at com.aspose.words.zz4m.zzwE(Unknown Source)
at com.aspose.words.zz4m.zzX2D(Unknown Source)
Thanks.