I am evaluating the form filling functionality of Aspose.Words version 4.4.0.0 with a Word 2003 document. I get the fields to fill correctly but when I save the document the embedded image at the top of the document does not save. I have attached the input document and the output document in a single file. The first page is the input document and the second and third pages contain the output document, notice that the embedded BMP at the top of the input document is not shown on the output document. To save the document I am using the command:
doc.Save("c:\temp\nsr_output.doc"),
I also tried
doc.Save("c:\temp\nsr_output.doc", SaveFormat.Doc)
Thanks in advance for your assistance.