c# - Converting docx files to WPF Flow Documents -


i'm trying convert bunch of microsoft word documents, containing few pictures , many lines of text , headings flow documents.

i found this article useful, couldn't add images form docx files flow documents properly.

a sample code or guidance appreciated.

this 1 of more popular converters: word xaml converter. ain't perfect, it's great start. there's article on subject @ openxml + flowdocument = openflowdocument? wpf. finally, can check out textglow - although it's silverlight , not using flowdocument, it's see how of conversions linq.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -