Convert html/css print media display to .doc with appropriate page breaks?
Posted
by DevelopingChris
on Stack Overflow
See other posts from Stack Overflow
or by DevelopingChris
Published on 2010-04-08T14:51:45Z
Indexed on
2010/04/08
14:53 UTC
Read the original article
Hit count: 279
I'm looking to export a page that looks good in print media, to word.
Can this be done automatically, or mostly automatically with office apis?
The alternative is to create a program that reads all our style meta data and font meta data and convert to word and force a download.
The issue is our style metadata is already built for css, its a web app after all. And writing my own css parser, doesn't sound like a good use of time.
© Stack Overflow or respective owner