Why are .docx files being corrupted when downloading from an ASP.NET page?
I have this following code for bringing page attachments to the user:
I have this following code for bringing page attachments to the user:
In my web project, I use DocX file type for containing report template. I need to convert DocX file type to PDF. Do you have any .Net managed code for doing that?
I’m developing a web application with asp.net and I have a file called Template.docx that works like a template to generate other reports. Inside this Template.docx I have some MergeFields (Title, CustomerName, Content, Footer, etc) to replace for some dynamic content in C#.
I’d like to search a Word 2007 file (.docx) for a text string, e.g., “some special phrase” that could/would be found from a search within Word.