Given a sample of some possible text containing the format $[I-VI].[1-99].[1-99].[1-99]… I am trying to build a regular expression that will find all text formatted this way.
I have a huge word doc 20,000 words long and I would like to upload it to my blog. However I would like to break it up i开发者_Go百科nto small(ish) webpages and if possible auto generate relevant ke
I have a MS Word document, it will end up as a protected form to be used as a course application.I have a table with 6 columns, and 15 rows (1 heading and 14 courses):
I have a word document with a bunch of content controls on it. These are mapped to a custom XML part. To开发者_运维问答 build the document on the fly, I simply overwrite the custom XML part.
I have a situation where I have to generate a MS Word report by exporting the Repeater to Word Document. I am doing it but my requirement is to Save the MS Word file either on Server / Database.How ca
I just added this function which determines which mailmerge method to use. It seems to work on XP and Windows 2000. Is there any reason why it wouldn\'t work on NT, Vista, 7 and other Windows versions
Using word 2007, I need to parse text in a document. The text is in the form: <number>. <question_text>
In the context of an Outlook add-on using the WordEditor from the Outlook.Inspector I would like to remove the selection after replacing it with a custom text.
I need to perform an automated mail merge using .net driven from an asp.net front end. Th开发者_高级运维e mail merge needs to support nested fields, I have come across a product form Aspose but it\'s
Is it possible to handle button click events on a custom ribbon button from another application using interop?