I am currently generating a .doc file as html using asp.NET. I wish to insert a page break to the page but don\'t know how.
I found this article which describe how to find the install path of office: http://support.microsoft.com/kb/234788/en-us
Ok, this has had me stumped for a while - One of our clients would like to have all of their images replaced in a list of a word document.Finding images themselves is fine, with example code as follow
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I am working on a user form for finding specific phrases and commenting them according to certain criteria. I have trouble adding comments for all found phrases in the document. It only changes the fi
i am using adobe pdf as the active printer when calling the printout method of the word document to convert word document to PDF. Is the call blocking i.e. does the execution freeze at the call of met
I\'ve been tasked with generating QR Codes for some documents (Word 2010) using values already filled in by users in some form fields.
I\'ve created an application in c# where an image is开发者_如何学运维 inserted into xml by turning it into bytes. How do i then convert this image from the xml into a word document?This article might
Here is the macro code that is meant to convert Latin letters into Cyrillic: Sub code() \' Selection.Find.ClearFormatting
I have created an xml document and an xslt document and now i want to create a word doc/rtf using these through using c#.