Hi guys
i recently upgraded a project from 10.0 to 10.3 and now my documents no longer render correctly.
the word files are produced just fine, but not the pdf files.
i will attach some sample files.
the tables are merged using doc.MailMerge.ExecuteWithRegions
pdf 's are saved using doc.Save(strDestPDF, Aspose.Words.SaveFormat.Pdf)
word files with doc.Save(Me.Response, strDestFile, Aspose.Words.ContentDisposition.Attachment, Nothing)
this has forced me to roll back the dlls to 10.0.
Please let me know if there is a hot fix or a code change available.
thanks
Gavin