Problem with frames

hi,

When i open document with aspose and save it, the formfields in the frames on the buttom of my page moves. Why is this? Is this a bug?

I run this code:
Dim b As Aspose.Word.Document = New Aspose.Word.Document(Str)

If b.CustomDocumentProperties.Count > 0 Then
b.CustomDocumentProperties.Remove("_AssemblyName0")
b.CustomDocumentProperties.Remove("_AssemblyLocation0")
b.Save(Str)
End If

thx



Yes, at the moment frames get their relative position damaged, but this is already fixed in the next Aspose.Word release that is due out in the next 1-2 weeks.

By the way, you might be able to work around if you try different positioning option for the frame, otherwise please wait for the new release.