0
votes
2answers
99 views

Header image is not being displaying at the time of downloading word document in c#

I have generated an html document on the fly and later downloading it as word file with .doc extension. The problem is that on my machine (localhost) logo image is being displaying successfully but ...
0
votes
0answers
232 views

Display doc or docx on website

I've got problem with display content of doc or docx file on website. I have a data storage that contain doc or docx files. In my web application, I want to display content of these files on my ...
1
vote
1answer
189 views

Modyfy .doc file in ASP.NET

I'm trying to find any code working in the ASP.NET project that would be able to read, change the font, save the DOC file. Does anyone know any code to modify a DOC file format ?
0
votes
2answers
1k views

c# manipulate doc and save as pdf

I have been reading a lot of questions about convert doc files to pdf but I haven't read any response which solve my problem. I tried ASPOSE, which is really good for what we want but it is really ...
0
votes
1answer
224 views

doc file from asp.net / vb with header

I would like to create a doc file (MS Word 2003) from a page asp.net / vb (dotnet 1.1) that contains a header and footer. I have managed to create the doc but how to set a header and a footer? Is ...
0
votes
2answers
236 views

Word document export from web app

I need to export word documents from a web app. I currently use NPOI for excel export, but it doesn't seem to cover word export. I've found Aspose Word, is there other valid alternatives? I need to ...
2
votes
1answer
91 views

How can I make a webpage check to see if a link file has the wrong file type to check for another file type?

I am making a webpage that is going to have a large amount of Word documents linked on it for review. I am formatting Word lists of the files to be reviewed into a HTML page and use a macro to ...
0
votes
1answer
413 views

save the uploaded .doc file to db with html format

In my application,user can upload some doc files to the server,and I want user who do not install ms office can read these documents,so I want to convert the .doc to html and then save the html(binary ...
0
votes
2answers
616 views

call href click on document.ready

a have two aspx pages page1.aspx and page2.aspx. i have an href in page1.aspx <a id="GoHref" href="page2.aspx"> i want that when users click docHref to be redirected to page2.aspx and download ...
0
votes
2answers
1k views

Parse a word document using ASP.NET

I need to parse a word document and find out some key words from that file. I have gone through some solutions to read doc files like using COM or using third party tools. Is there any other way to ...
4
votes
2answers
693 views

PDF how to take preview snapshot?

When a user uploads a PDF document or ms word document, I would like to take a snapshot of the first page and display it as an image, how do I do this?
3
votes
1answer
4k views

convert doc to pdf in c#

How can i convert .doc to .pdf using asp.net c#. I cannot use any third party component. The code should be in C# or vb.net Compatible with VS 2005. (If not, then also please post your replies, i ...
1
vote
2answers
1k views

How to download doc file using javascript

I got the following error while trying to download file using java-script. ERROR: Internet Explorer cannot download Sample.doc from www.websitename.com. Internet Explorer was not able to open this ...
0
votes
0answers
156 views

Images not appearing using response stream

I am using the following code to convert an asp.net page into rtf. The tables are converted fine but I cannot get the images to display. Does anyone know of a possible way of doing this? Dim ...