Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 746 Bytes

platform_support.rst

File metadata and controls

28 lines (20 loc) · 746 Bytes
.. index::
   single: platform_support

Platform Support

docxtemplater works with

  • Node.js versions 0.10, 0.11, 0.12 ,4, 5, 6 ,7, 8, 9 and all future versions
  • 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 to zip and unzip the docx files
  2. xmldom to parse the files as xml