Tagged Questions

-1
votes
0answers
70 views

convert a .doc file to Pictures? [closed]

Possible Duplicate: C# (or VB6) Convert Word doc to Tiff Hi how do i convert a .doc file to any type of Pictures(e.g TIFF , JPG ,....)? with document imaging and without …
1
vote
3answers
150 views

Simulating a TWAIN Device

Our company is using some software that ONLY accepts input from an "Imaging Device" i.e. a TWAIN device (e.g. scanner). The problem is that we are receiving our files digitally, s …
3
votes
7answers
953 views

Converting a Microsoft Document Imaging (.mdi) file to PDF (or JPG) in ASP.net

Do you know how can I deal with this format in the server? I want to let the user upload the file and then download it as PDF or JPG Edit: So far, the only "component" I found is …
3
votes
3answers
224 views

Document/Image Database Repository Design Question

Question: Should I write my application to directly access a database Image Repository or write a middleware piece to handle document requests. Background: I have a custom Doc …