Image has green rectangle- when converting to tiff

Hi,

using Aspose.Words v 15.6 the generated tiff file (out of the docx-file) has a green rectangle around the image in the upper right corner of the page. Could you please check?

This is the code, we use:

Aspose.Words.Document doc



ImageSaveOptions imgOptions = new ImageSaveOptions(SaveFormat.Tiff);

imgOptions.Resolution = 300;

imgOptions.Scale = 1;

imgOptions.PageCount = 1;

imgOptions.PageIndex = 0;

imgOptions.PaperColor = Color.Transparent;

doc.Save(savedlg.FileName, imgOptions);



Kind regards,

Oliver

Hi Oliver,

Thanks for your inquiry. I have tested the scenario and have managed to reproduce the same issue at my side. For the sake of correction, I have logged this problem in our issue tracking system as WORDSNET-12189. I have linked this forum thread to the same issue and you will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSNET-12189) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.

Hi,

thank you for the fix. With this version, our problem is solved.

Kind regards,
Oliver