Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Document viewer control? [closed]

Tags:

document

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.

like image 756
John Livermore Avatar asked Feb 03 '10 16:02

John Livermore


People also ask

Is GroupDocs free?

GroupDocs. Viewer App is a free online file viewer that supports over 170 file formats including DOCX, PPTX, and XLSX.


1 Answers

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
like image 117
GalacticJello Avatar answered Sep 22 '22 19:09

GalacticJello