How to build form completion/document merge application with Winforms or WPF?

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-03-24T11:08:22Z Indexed on 2010/03/24 11:13 UTC
Read the original article Hit count: 175

Filed under:
|
|
|
|

I need to build an application that accepts user input data (such as name, address, amount, etc.) and then merges it with a pre-loaded document template (order form) and then prints this merged document. I can use Windows Forms or WPF for this project.

Any suggestions on how best to approach this? I'm experienced with Winforms development, but don't have any idea how to handle merging the data to the document for printing.

© Stack Overflow or respective owner

Related posts about winforms

Related posts about wpf