Hi.
I have Aspose Words 2.0.0.0 trial version. I have a letter document that contains a couple of images - corporate logo top right, and business user signature at the bottom.
Document looks fine when viewed in Word 97.
If I:
doc = new Document("c:\\letter.doc");
doc.save("c:\\Asposedoc_straightSave.doc");
then the signature is not visible at the bottom of the document when viewed in Word 97- it also loses the graphic at the top of the document, but I presume that’s because of the “trial” banner being inserted.
The signature is a bitmap image within a text box - same problem if I change it to a jpeg.
When I right-click on the absent image, I still get the “Edit picture” option - so the image is still there…it’s just not viewable ( nor Print Previewable )
Any ideas?