Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 699 Bytes

platform_support.rst

File metadata and controls

25 lines (18 loc) · 699 Bytes
.. index::
   single: platform_support

Platform Support

docxtemplater works with

  • Node.js versions 0.10, 0.11, 0.12 ,4, 5 and 6, with iojs
  • Chrome tested on version 26
  • Firefox 3+ (tested on version 21, but should work with 3+)
  • Safari tested
  • IE9+ tested
  • Android 4.2+ tested
  • iPads and iPhones v8.1 tested

You can test if everything works fine on your browser by using the test runner: http://javascript-ninja.fr/docxtemplater/v3/test/mocha.html

Dependencies

  1. [jszip.js](http://stuk.github.io/jszip/) to zip and unzip the docx files
  2. [xmldom](https://github.com/jindw/xmldom) to parse the files as xml