
November 27th, 2002, 09:34 AM
|
|
Contributing User
|
|
Join Date: Sep 2001
Location: Akron, Ohio
Posts: 105
Time spent in forums: 7 h 22 m 12 sec
Reputation Power: 12
|
|
|
I probably should have provided more info upfront.
I am working on converting a large legal document from MS Word into HTML (not pdf for this situation). The document is ~1000 pages.
Each chapter of the document is an individual word file. Some of the chapters are 50 pages long. I need to convert each chapter into a series of individual HTML pages rather than one long HTML page.
MS word will convert the chapter into one long HTML file. However, there seems to be no way to have it convert according to page breaks. for example break up a chapter into 5 individual html pages instead of one being 5 printed pages long.
I am hoping I can find a way for MS Word to insert some kind of mark up in the output HTML chapter indicating location of page breaks. Then use a perl script on the server to break the HTML chapter into individual pages.
I'm asking in this board because I assumed there is a way to alter the way Word outputs html using Visual Basic. (I wonder if there is a macro out there that already does this)
|