office2pdf

0.0.2 • Public • Published

office2pdf

node module to convert office files to pdf

requires unoconv to be installed https://github.com/dagwieers/unoconv

convert office files (docx, pptx, xlsx) to an pdf document

Usage:

var office2pdf = require(office2pdf),
  generatePdf = office2pdf.generatePdf;

generatePdf('test/test.pptx', function(err, result) {
  console.log(result);
});

Package Sidebar

Install

npm i office2pdf

Weekly Downloads

4

Version

0.0.2

License

MIT

Last publish

Collaborators

  • gbaudry303