Chart was not coming when converting word to pdf

Hi,

I have a small chart in word file. when i convert it to pdf it is missing.

Can you help me to find it out? or can you give me alternative?

I need it urgently.

I attached sample document and sample code.

Dim open_path As String = “C:\ICP\test.docx”
Dim save_path As String = “C:\ICP\test.pdf”

Dim doc As Document = New Document(open_path)
doc.Save(save_path, SaveFormat.Pdf)
MsgBox(“done”)

Regards,
Saumil

Hi Saumil,

Thanks for your inquiry.

While using the latest version of Aspose.Words i.e. 11.7.0, I managed to reproduce this issue on my side. The problem occurs because unfortunately, currently Aspose.Words does not support OOXML Charts during rendering. Your request has been linked to the appropriate new feature (WORDSNET-3860) in our issue tracking system and you will be notified as soon as it is supported. Sorry for the inconvenience.

Best Regards,

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


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

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


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