chromiumly
Version:
A lightweight Typescript library that interacts with Gotenberg's different modules to convert a variety of document formats to PDF files.
136 lines • 1.66 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LIBRE_OFFICE_EXTENSIONS = void 0;
exports.LIBRE_OFFICE_EXTENSIONS = [
'123',
'602',
'abw',
'bib',
'bmp',
'cdr',
'cgm',
'cmx',
'csv',
'cwk',
'dbf',
'dif',
'doc',
'docm',
'docx',
'dot',
'dotm',
'dotx',
'dxf',
'emf',
'eps',
'epub',
'fodg',
'fodp',
'fods',
'fodt',
'fopd',
'gif',
'htm',
'html',
'hwp',
'jpeg',
'jpg',
'key',
'ltx',
'lwp',
'mcw',
'met',
'mml',
'mw',
'numbers',
'odd',
'odg',
'odm',
'odp',
'ods',
'odt',
'otg',
'oth',
'otp',
'ots',
'ott',
'pages',
'pbm',
'pcd',
'pct',
'pcx',
'pdb',
'pdf',
'pgm',
'png',
'pot',
'potm',
'potx',
'ppm',
'pps',
'ppt',
'pptm',
'pptx',
'psd',
'psw',
'pub',
'pwp',
'pxl',
'ras',
'rtf',
'sda',
'sdc',
'sdd',
'sdp',
'sdw',
'sgl',
'slk',
'smf',
'stc',
'std',
'sti',
'stw',
'svg',
'svm',
'swf',
'sxc',
'sxd',
'sxg',
'sxi',
'sxm',
'sxw',
'tga',
'tif',
'tiff',
'txt',
'uof',
'uop',
'uos',
'uot',
'vdx',
'vor',
'vsd',
'vsdm',
'vsdx',
'wb2',
'wk1',
'wks',
'wmf',
'wpd',
'wpg',
'wps',
'xbm',
'xhtml',
'xls',
'xlsb',
'xlsm',
'xlsx',
'xlt',
'xltm',
'xltx',
'xlw',
'xml',
'xpm',
'zabw'
];
//# sourceMappingURL=constants.js.map