Looking for some thoughts on an image printing app

Posted by Alex on Stack Overflow See other posts from Stack Overflow or by Alex
Published on 2010-05-10T23:42:44Z Indexed on 2010/05/10 23:44 UTC
Read the original article Hit count: 332

Filed under:
|

Hey All, Im looking for thoughts/advice.

I have an upcoming project (all .net) that will require the following:

  1. pulls data once a day from an online service provider based on certain criteria.
  2. saves data locally for reference and reporting
  3. the data thats pulled will be used to create gift cards. So after the data is loaded, a process will run to generate "virtual cards" and send them to a network printer.
  4. Once printed, the system will updated the local data recording a successful or failed print.

My initial thought was to create a windows service to pull the data...but then I couldnt decide how I was going to put a "virtual card" together and get it to print.

Then I considered doing it as a WPF app. I figure that will give me access to the graphics and printing ability.

Maybe neither of these are the right direction....Any ideas or thoughts would be greatly appreciated. Alex

© Stack Overflow or respective owner

Related posts about design

Related posts about .NET