Save as pdf incorrect image shadow

Hi


I have a word document that has an image with a shadow, in word the shadow is nicely behind the image but when I convert it to pdf the shadow grows and covers half the page. here is my code I have added the docx in question.

var dodgy = new Document(“dodgy.docx”);

var saveOptions = new Aspose.Words.Saving.PdfSaveOptions()
{
SaveFormat = Aspose.Words.SaveFormat.Pdf,
FontEmbeddingMode = Aspose.Words.Saving.PdfFontEmbeddingMode.EmbedAll,
};

dodgy.Save(“dodgy.pdf”, saveOptions);

please fix this is 15.4 as it is important to us and it is holding up our QA. to help you reproduce it, if you insert an image from a file it works but this image has come from a screen capture and then pasted directly into word.

Hi Karrim,

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-11792. 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-11792) have been fixed in this .NET update and this Java update.


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