In general, I have a program on WPF, in it I generate reports based on some dynamic data in FlowDocument, and then I display it from using the DocumentViewer control. Now it remains for me to export this report to various formats, with iTextSharp I have the opportunity to save to PDF, and I can also save the document in XPS using native methods.
Tell me how to save FlowDocument in Word, and even better, Excel formats. Or advise libu to C # to convert from PDF / XPS to DOC, I’ve broken the Internet, I find only the reverse conversion from doc to xps, but on the contrary I can’t find anything.