doc-to-pdf
v1.0.0
Published
Small package for generate PDF file with other document types
Downloads
5
Readme
doc-to-pdf
This package generate PDF files from documents.
Need LibreOffice installed.
Tested:
- doc
- docx
- ppt
- pptx
- xls
- rtfodt
- odp
Install
yarn add doc-to-pdf
Usage
const P = require('doc-to-pdf')
(async start() {
await P('./demo.pptx')
})()
Cheers.
Çağatay.