Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

We are creating a custom document management application that requires a viewer for the user to quickly move through various documents no matter the format (image files, .doc, .docx, .xls, .xlsx, .ppt, .rtf, .pdf). Is there a control out there that will handle this problem? If not, what approach would you recommend we use? We would rather not use any MS products (embedded Office viewers for example) due to licensing concerns.

share|improve this question

2 Answers

up vote 2 down vote accepted

There are several, however, you need to license them all as well.

One of the most popular choices is the Outside In SDK.

Outside In Viewer Technology is a software development kit (SDK) that enables file viewing, printing, and copy/paste functionality of nearly 500 file formats. It includes an annotation API which allows the developer to highlight, hide or insert text in a document view without altering the underlying native file. Its use is appropriate to solutions that can benefit from desktop viewing functionality.

  • Available on Windows, Unix and Linux platforms
  • Access via a C API or ActiveX Control for Visual Basic or other ActiveX compliant development environments
  • Includes sample applications with source code
share|improve this answer

Have you looked at adeptol ajaxdocumentviewer. They have Online Document Viewing Available in the Cloud also and on premise option too. A very low cost option and let's you embed more than 300 file formats with no active x or applets.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.