|
I'm not aware of a word to html conversion on the fly, especially with all you can do inside Word. I imagine there is one somewhere. Putting a link to the file in your html, and the file (ending in .doc) on your server (like in the ifs) and the user clicking on the link, will cause the user's pc to open the doc with Word (as long as the pc file types setting says to open ".doc" with Word. The same way a .pdf can be opened by Acrobat Reader (which is far more 'web standard' than Word). Are these Word docs changing often? Do they have have lots of formatting? Also - MS Word save as has the options to save a document as ".html" instead of ".doc" so you could save your docs as .html on the ifs, then read them in via rpgle (if yours is an rpg/cgi site-it's like reading a text file). The MS Word html is huge. I did a 3 line document, with 3 font sizes and got this... <html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv=Content-Type content="text/html; charset=windows-1252"> <meta name=ProgId content=Word.Document> <meta name=Generator content="Microsoft Word 11"> <meta name=Originator content="Microsoft Word 11"> <link rel=File-List href="This%20is%20a%20test_files/filelist.xml"> <title>This is a test</title> <!--[if gte mso 9]><xml> <o:DocumentProperties> <o:Author>Jim Franz</o:Author> <o:LastAuthor>Jim Franz</o:LastAuthor> <o:Revision>1</o:Revision> <o:TotalTime>3</o:TotalTime> <o:Created>2004-12-07T22:37:00Z</o:Created> <o:LastSaved>2004-12-07T22:40:00Z</o:LastSaved> <o:Pages>1</o:Pages> <o:Words>7</o:Words> <o:Characters>40</o:Characters> <o:Company>Aurora Web</o:Company> <o:Lines>1</o:Lines> <o:Paragraphs>1</o:Paragraphs> <o:CharactersWithSpaces>46</o:CharactersWithSpaces> <o:Version>11.6360</o:Version> </o:DocumentProperties> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:SpellingState>Clean</w:SpellingState> <w:GrammarState>Clean</w:GrammarState> <w:ValidateAgainstSchemas/> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:SelectEntireFieldWithStartOrEnd/> <w:UseWord2002TableStyleRules/> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <style> <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} --> </style> <!--[if gte mso 10]> <style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;} </style> <![endif]--> </head> <body lang=EN-US style='tab-interval:.5in'> <div class=Section1> <p class=MsoNormal>This is a test.</p> <p class=MsoNormal><span style='font-size:14.0pt'>This is a test<o:p></o:p></span></p> <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span style='font-size:14.0pt'>This is a test<o:p></o:p></span></b></p> <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span style='font-size:14.0pt'><o:p> </o:p></span></b></p> </div> </body> </html> jim ----- Original Message ----- From: "Peter Vidal" <Peter_Vidal@xxxxxxxx> To: <web400@xxxxxxxxxxxx> Sent: Tuesday, December 07, 2004 4:49 PM Subject: [WEB400] Insert an MS Word document in my HTML page. > Hi list! > > I want to be able to read a MS Word document and have it displayed within > a predefined frames which has already navigation buttons, a close window > button and a print button. > > Is this possible? Any advice on this? > > TIA, > Peter Vidal > PALL Corporation > SR Programmer Analyst > 5775 Rio Vista Drive, Clearwater, FL 33760-3137 > > _______________________________________________ > This is the Web Enabling the AS400 / iSeries (WEB400) mailing list > To post a message email: WEB400@xxxxxxxxxxxx > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/mailman/listinfo/web400 > or email: WEB400-request@xxxxxxxxxxxx > Before posting, please take a moment to review the archives > at http://archive.midrange.com/web400. > >
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.