Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
7answers
686 views

Writing an IT-related book, anyone recommend a good Word template?

I'm going to write a book related to IT and while it will be more narrative than code/screen shots I'd like to use a very professional word template. Does anyone have a recommendation? The templates ...
2
votes
3answers
957 views

Options for automating Microsoft Word 2007 document creation

I have automated word document creation from templates using the "Microsoft Word 12.0 Object Library" in my project, but it is unacceptably slow. I'm looking for alternatives: I need to create a ...
1
vote
1answer
1k views

How to save a word template for a content type without filling in required fields

I have a content type that has required fields. I have associated Word document with the content type as a template. I now want to edit the Word template, but word won't allow me to save the ...
0
votes
1answer
117 views

Manipulating dotx templates with C#

I have a problem, I have a .dotx file which has been supplied by customers. It contains a number of fields of different kinds added in developermode in Word. I want to be able to use this dotx and ...
0
votes
1answer
218 views

create a word document in asp.net based on a word template

I need to create a word document in asp.net based on a word template.does any one have a good article which i can follow. I have gone through several articles.still haven't got a clear idea to begin ...