0.5.0 • Published 5 years ago

msoconv v0.5.0

Weekly downloads
22
License
Apache-2.0
Repository
github
Last release
5 years ago

msoconv

Build Status

Document convert package which use microsoft automation

Only for windows platform

attention

  1. Need PowerPoint installed!
  2. Only support PowerPoint file to convert yet.

next

  1. Convert any document type which microsoft office support

usage

const msoconv = require('msoconv')
msoconv('C:/test.pptx', 'C:/test.pdf')
.then(() => {
  console.log('convert ok')
})
.catch(err => {
  // 1 unknown error
  // 2 parameter error
  // 3 powerpoint error
  // 4 presentations error
  // 5 open file error
  // 6 unsupport type
  // 7 save as error
})

release note

0.3

  1. We can convert powerpoint file to bmp, gif, png, pdf, xps, jpg

0.2

  1. Now we can convert document with C++ native code, not exe, :laughing:.
0.5.0

5 years ago

0.4.0

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.6

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.10

6 years ago

0.0.9

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago