This is a migrated thread and some comments may be shown as answers.

DocxFormatProvider skips charts

1 Answer 99 Views
WordsProcessing
This is a migrated thread and some comments may be shown as answers.
Oleksandr
Top achievements
Rank 1
Oleksandr asked on 20 Apr 2021, 02:00 PM

Hello! We are having an issue while using DocxFormatProvider to convert docx to RadFlowDocument. When the provider converts, it replaces all charts in the document with blank paragraphs, and we can't catch this case. (doc for example sample doc)

public void Sample(byte[] document) {
    var docxProvider = new DocxFormatProvider();
    var radFlowDocument = docxProvider.Import(document);
}

1 Answer, 1 is accepted

Sort by
1
Dimitar
Telerik team
answered on 21 Apr 2021, 11:44 AM

Hi Oleksandr,

The charts are currently not supported. We have a feature request for this functionality on our feedback portal. You can track its progress, subscribe to status changes, and add your comment to it here: WordsProcessing: Add possibility to work with charts in a flow document.

Currently I cannot suggest an alternative solution.

Thank you for your understanding.

Regards,
Dimitar
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
WordsProcessing
Asked by
Oleksandr
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or