Font & Image Problem

Hi,

I have problems with Aspose.Word:

1. I use an image in document. After mail merging an image loos its position.

Here is code:

Friend Overrides Function Execute() As Document

Dim doc As Document = New Document(System.IO.Path.Combine(DocPath, “DirectDebitForm.doc”))

Dim directDebit As DataTable = ExecuteDataTable(“SELECT Top 1 * FROM qryDirectDebit”)

doc.MailMerge.Execute(directDebit)

doc.MailMerge.DeleteFields()

Return doc

End Function


Can you please help me out.

Thank you,
Kashif

Send the document to me to word@aspose.com and we will quickly check it over.

I've got your DirectDebitForm.doc here, so we will investigate and report back asap.

Sorry for the delay, please expect a reply within 1-2 days.