Hi Aspose Support
We are using Aspose.Words mailmerge in our application to produce documents using existing .Docx documents as main documents for the mailmerge.
We are updateing Aspose.Words frequently and have reached beyond version 22.6.0 but found that version 22.7 and newer has a breaking flaw
We are using this Includepicture construct:
{ INCLUDEPICTURE { MERGEFIELD Department_Picture \* MERGEFORMAT } \* MERGEFORMAT }
The construct itself Works fine, but from v. 22.7.0 and forward the image in the resulting document is not fetched when it is in this format.
"https://portal.eseebase.com/floorplan/5181080/01/01/1088"
It is, however, fetched when in this format (in all versions:
"https://egbolig.dk/kunder/ththo/Test.png"
This is really a problem for us, as our customers depend on this to work.
We hope that you can do something about it, so that we continue using your, product.
I have added (or will add) a .net c# solution that replicates the scenario.
The application is attached in the zip file AsposeWordsTest.zip.
Also attached are:
- A word document that explains the application: GuideToAsposeWordsTest.docx (in a zip)
- A zip file (ExamplesOfWrongAndRightResultingDocuments.zip) containing Word and Pdf files that are the result of Aspose.Words mailmerges
Two documents (a Word and a pdf that shows the expected behavior: ExpectedResult_produced_by_version_22_6.Docx and ExpectedResult_produced_by_version_22_6.Pdf
Two documents (a Word and a pdf that shows wrong behavior:
WrongResult_produced_by_version_22_7_To_version_22_11.Docx WrongResult_produced_by_version_22_7_To_version_22_11.Pdf
NB - we are now using Aspose.Words version version 22.6.0.0 because we can’t update to newer versions as long as this behavior is present (license Aspose.Total.Net.Lic)
AsposeTests.zip (60.2 KB)
ExamplesOfWrongAndRightResultingDocuments.zip (316.0 KB)
GuideToAsposeWordsTest.zip (12.1 KB)