We have some code that goes through several smaller documents and builds a single master document by calling NodeImporter on each of the smaller documents. 99.9% of the time, this code works flawlessly. Unfortunately, today we ran into a scenario where it did not work. The document was still apparently built successfully and displays just fine in Word 2003 and Word 2007. However, if you load that same document in Word XP SP3, then none of the fonts render and everything displays with Times New Roman. Are there any known issues with Word XP SP3 and fonts?
Hi
Thanks for your inquiry. Could you please attach your document and code here for testing? I will check the problem on my side and provide you more information.
In addition, which version of Aspose.Words do you use? Do you need just append documents to the end of the main document? If so, you can try using built-in method to concatenate documents – Document.AppendDocument https://reference.aspose.com/words/net/aspose.words/document/appenddocument/
Best regards,
I am attaching a sample project with a sample document that reproduces the problem. Just a reminder, we only see this problem under Word XP SP3. We are currently using version 6.2.0.0. Unfortunately, I don’t think AppendDocument will be sufficient for our purposes but I will investigate making that change to see what happens.
Hi
Thanks you for additional information. I cannot reproduce the problem using the latest version of Aspose.Words (6.6.0). You can download it from here:
https://releases.aspose.com/words/net
Best regards,
Awesome, thanks! I had tested in 6.2.0 and 6.4.0 and saw the bug. But it looks like it has been resolved in 6.6.0.