🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Word Export is a small jQuery plugin which allows you to export specific parts of a Html page to a Microsoft Word Doc with images.

ms-word Word-Document

Documentation

jQuery-Word-Export

jQuery plugin for exporting HTML and images to a Microsoft Word document

Dependencies: jQuery and FileSaver.js

This plugin takes advantage of the fact that MS Word can interpret HTML as a document. Specifically, this plugin leverages the MHTML archive format in order to embed images directly into the file, so they can be viewed offline.

Unfortunately, LibreOffice and, probably, other similar word processors read the output file as plain text rather than interpreting it is a document, so the output of this plugin will only work with MS Word proper.

Click here for demo: http://markswindoll.github.io/jquery-word-export/


You May Also Like