Link to home
Start Free TrialLog in
Avatar of David Kroll
David KrollFlag for United States of America

asked on

Open variety of filetypes in one Delphi application

Most of the files scanned into our document management system are PDF, some are TIF.  DOC and XLS files may also be present.  I need to have a viewer application that will display all these types of files.  I need to be able to open the files in my application instead of their default application because I have a button that the user can click to report a bad document.

Any ideas on which components I can use to accomplish this?

Thanks,

David
ASKER CERTIFIED SOLUTION
Avatar of Thommy
Thommy
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of David Kroll

ASKER

I was hoping for a solution that didn't require purchasing any new software.  I'll give this a look though.  Thanks!