html-docx-js-typescript
html-docx-js-typescript copied to clipboard
Convert HTML documents to docx format.
导出的docx文件在电脑上打开后左下角会显示兼容模式,在手机或平板打开是空白的,只能在电脑打开。 如果在电脑端点击兼容模式,升级以后,就能够在手机或平板打开了,有什么办法或参数可以避免
中文 乱码
  中文的话就会来乱码
hi, lib is working but export the file docx and no show data in this file, and i create data and the size file is more big
This PR changes two instances of `new Buffer()` to use `Buffer.from()` instead Using `new Buffer()` in `src/internal.ts` causes the following deprecation warning. > (node:5153) [DEP0005] DeprecationWarning: Buffer() is deprecated due...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...
Thank for your work! Please add feature so that we can change page size according to input parameter. The original JS project already has this update, the link is here:...