views:

62

answers:

1

Hi,

I need to create a document assembly application and I do not know where to start from. We have a couple of Word templates that are changed based on diferent scenarios and a faster way will be to build an application that will generate a Word document, based on these templates on variouse scenarios.

Any ideas?

+1  A: 

Any particular reason you're using word? An XML- or text-based format would be far easier to work with.

Also, it might help if you provided some information about what development environment you're planning on using. Accomplishing this in, say, C# will be significantly easier than writing a batch file.

Here's a link to an article that appears to do this in C#.

http://devpinoy.org/blogs/keithrull/archive/2007/05/23/how-to-merge-multiple-microsoft-word-documents-in-c.aspx

David Lively
Thanks David, I am new to this and programing is 2 lightyears away from me! What I need is a user interface where I can upload some templates, then I need some editing fields from where to choose what template to use and other fields to fill in the template. I know it's not something simple, but I apreciate any direction. Thanks,
Marius
Marius - I think you might be in the wrong place as StackOverflow is all about programming so thats the answers you will get. Maybe http://superuser.com/ would give you more suitable answers?
Ryan