MS Word to Stylesheet
Posted
by Chris Johnson
on Stack Overflow
See other posts from Stack Overflow
or by Chris Johnson
Published on 2010-06-16T01:59:01Z
Indexed on
2010/06/16
2:02 UTC
Read the original article
Hit count: 235
Is there an easy way to automatically convert a bunch of MS Word documents to xslt stylesheets that can be displayed in the browser?
What I have is a large collection of forms in Word format that have to be displayed in the browser, or sent to the user, with known fields populated from a data source, edited by a user and, finally, printed (including the original headers and footers). The data entered by the user will not need to be saved.
I'm not sure if converting the documents to stylesheets is even feasible. Maybe someone has a better idea of how to achieve this? Installing Office on the server is not an option in my case.
© Stack Overflow or respective owner