I have an established website. Client has submitted 34 pages of .doc files to be incorporated somehow into the website. Any suggestions? I'm an amateur looking for help.
Thanks, removed
Last edited by chrishirst; 02-19-2010 at 04:47 PM..
Other than than what do YOU mean by "incorporated"?
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
Other than than what do YOU mean by "incorporated"?
I understand they want them to be visible as a web page, and I'm thinking that's a whole 'nuther website within itself. PDF would only be available for download, correct?
I understand they want them to be visible as a web page
In that case they will have to be re-written as HTML NOT saved as HTML from word, because Word HTML makes FrontPage HTML look like expert coding.
.doc/.docx files would have to be downloads as well and not every body has MS Word but PDF files are pretty universal.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
Hey OldTbone...
This could be done by using system.IO namespace.
But my suggestion is first copy the doc file to txt file.
Import that namespace to your program, in the declaration part declare some variable as system.IO.streamreader
Eg:"dim oread as system.IO.streamreader"
This is used to read the file.. you can also use "streamwriter" to write to the text file you wanted. delare a string variable. Place the file which you wanted to put in a webpage. Copy that path... place that path in the string variable....
or.... Just copy the below code, i provide:
I have placed the text in that text file in a text box you can also use label but i dint try with it.
I was too asked to display the text in a webpage(textbox)... So sharing the code i used..
Hope this helps you solving your problem..
The OP DOES NOT have the website hosted on a Windows system and can therefore CANNOT use the .NET framework to open the files, AFTER converting them to plain text and removing any images or formatting that were applied to the document of course?
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
Just download Primo PDF and convert ANY document to PDF.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?