1

I have been asked to design a web based document imaging solution in C#. So far I have found only expensive SDK modules like Accusoft's ImagXpress and the like. MODI looked promising but seems more OCR centric which might be above and beyond the scope.

Is there a solution in .Net that would allow me to code in the document scanning, manipulation / viewing with the PDF format without buying expensive SDK's? I am hoping for a point in the right direction to research.

Simple Scope:

  • Scan document to PDF format
  • View/save document

Any help is greatly appreciated.

Thanks in advance!

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Powe8525
  • 121
  • 6

1 Answers1

0

You could use Silverlight to acquire a raster image, then use a PDF generation library either in Silverlight or Asp.net (server-side) to generate the PDF.

Community
  • 1
  • 1
yms
  • 10,361
  • 3
  • 38
  • 68