Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
960
Is there any control in the WPF suite that allows to view (only view) a document?
posted

Hi, I'm developing an application that has something like a document browser,

The documents browsable can be of various types, mainly: .docx, .xslx, .pptx, pdf, txt, xml, images.

It would be nice to be able to show the user a preview of the content of the document inside the application (such as when you activate the preview window in file manager)

It is not an editor, just a preview, if the user wants to edit the document a double click will open the opportune editor installed on the PC.

TXT, XML and Images are simple to preview, I was wondering if there is any component in the WPF suite able to preview at last the open xml documents.

Thank you in advance

Sabrina