node-livedocx icon indicating copy to clipboard operation
node-livedocx copied to clipboard

Generate PDF using Word templates and node.js

Results 2 node-livedocx issues
Sort by recently updated
recently updated
newest added

Something went wrong! write EPROTO 28772:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:c:\ws\deps\openssl\openssl\ssl\record\ssl3_record.c:332: getting this error on generating the file

![screen shot 2018-08-06 at 10 36 12 pm](https://user-images.githubusercontent.com/9896335/43730617-8a6f677e-99c9-11e8-90c3-9a7f63b4ebc9.png) This is because of the line #11 in `node-livedocx/index.js` file. The line is `http = require('./node_modules/soap/lib/http.js');` Even after resolving that issue, the...