Convert to pdf removes embedded chart

Hello


I have a word document with an embedded chart I thought when converted to pdf we would at least get an image of the chart inside the pdf but it just removes it is there any setting I am missing?

save options:

var saveOptions = new Aspose.Words.Saving.PdfSaveOptions()
{
SaveFormat = Aspose.Words.SaveFormat.Pdf,
FontEmbeddingMode = options.EmbedFonts ?
Aspose.Words.Saving.PdfFontEmbeddingMode.EmbedAll :
Aspose.Words.Saving.PdfFontEmbeddingMode.EmbedNone,
UseAntiAliasing = options.UseAntiAliasing,
PreblendImages = true,
ImageCompression = Aspose.Words.Saving.PdfImageCompression.Auto
};

docToSave.Save(outputStream, saveOptions);

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 these
problems in our issue tracking system as follow:

WORDSNET-12001 : Table’s width is changed after re-saving docx
WORDSNET-12000 : Charts are missing after re-saving docx

I
have linked this forum thread to the same issues and you will be
notified via this forum thread once these issues are resolved.

We apologize for your inconvenience.

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


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

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


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