Saving File as multiple HTML pages.

W

wjr

Just looking for a quick answer here not a major change in how we are
currently doing things.

We have a document (~44MB) which we are contractually required to
produce which is our client software documentation. This document also
serves as a place to create help documentation for our Java Client. To
make the help documentation, sections are cut out of the document and
put into seperate htmls and then other software such as JHelpDev are
used to make the appropriate files for the java client.

It is a pain to cut out sections and place into seperate HTML files. Is
there a way to save to html in such a way as it can put them into
multiple files? Maybe based on TOC or some other section settings?

Now, I know someone is going to say something about just writing them in
seperate files to begin with. Thanks in advance for that, but that
isn't what I am asking.
 
D

Don

wjr said:
Just looking for a quick answer here not a major change in how we are
currently doing things.

We have a document (~44MB) which we are contractually required to
produce which is our client software documentation. This document also
serves as a place to create help documentation for our Java Client. To
make the help documentation, sections are cut out of the document and
put into seperate htmls and then other software such as JHelpDev are
used to make the appropriate files for the java client.

It is a pain to cut out sections and place into seperate HTML files. Is
there a way to save to html in such a way as it can put them into
multiple files? Maybe based on TOC or some other section settings?

Now, I know someone is going to say something about just writing them in
seperate files to begin with. Thanks in advance for that, but that
isn't what I am asking.

Such task are not accomplished within MS-Word or any other product that MS
has to offer.

It's entirely feasible (at least with a solid design structure) in basic
html utilizing Cascading Style Sheets which has been an internet protocl
for some years:

http://www.google.com/search?
hl=en&q=Cascading+Style+Sheets&btnG=Google+Search
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top