Text fields converted to static text while document processing (DOCX)

Open DOCX document with one new text field (Office 2007 format) and one FormField (Office older format), save with other name. In result document field in new Office 2007 format converted to static text (sample document attached).
Sample code:

Document d1 = new Document("LS-Aspose-B05-Sample.docx");
d1.Save("out.docx");

Hi
Thanks for your request. “New Text Field” is a Structured Document Tag (Content control). Aspose.Words does not support Content Controls yet. This is the known issue #4295 in our defect database. I will notify you as soon as it is fixed.
Best regards.

The issues you have found earlier (filed as 4295) have been fixed in this update.

This message was posted using Notification2Forum from Downloads module by aspose.notifier.
(40)