UNPKG
@nativedocuments/docx-wasm
Version:
latest (2.2.13-1561490777)
2.2.13-1561490777
2.2.13-1560936716
2.2.13-1560195411
2.2.13-1559038054
2.2.13-1559004292
2.2.8-1547344486
2.2.8-1547287413
2.2.8-1547246718
Convert Microsoft Word documents (docx or binary .doc) to PDF; and doc to docx.
nativedocuments.com
@nativedocuments/docx-wasm
/
formats.js
7 lines
(5 loc)
•
178 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
Format
=
Object.freeze({
"DOCX"
:
"application/vnd.openxmlformats-officedocument.wordprocessingml.document"
,
"PDF"
:
"application/pdf"
});
module
.
exports
= Format;