pdfcotest
v1.1.2
Published
encode text to windows1256 format ## Installation
Readme
@pdfco/pdfcotest
encode text to windows1256 format
Installation
$ npm i pdfcotestnpm i pdfcotestUsage
const encode = require('pdfcotest');
var str= encode.EncodeText2windows1256("utf-8 text");
