javascript - File is not a valid web archive error on downloading html as .doc -
i using jquery.wordexport.js , filesaver.js convert , export part of page word document. downloaded document gives "file not valid web archive" on office 2011 on mac. ideas issue might here?
it simple function , far can tell, no edits needed make plugin work.
$("#dat_save_download").click(function (event) { $(".doc-margins").wordexport(); })
Comments
Post a Comment