Dear Aspose team,
with the attached Word 2007 file, containing clickable checkbox form objects, I do nothing but:
Aspose.Words.Document document = new Aspose.Words.Document(filename_docx);
document.Save(filename_docx);
When I open the Asposes-saved version afterwards, the checkboxes are inactive. It seems, they have just been converted to pictures.
What options do I need to get the same Word file as before saving it with Aspose?
I’m using:
Aspose.Words.dll 10.3.0.0
MS-Word 2007
.NET 2.0
C# (MS VS 2010)
Thx in advance
Udo