0.0.6 • Published 10 years ago

ppt2png v0.0.6

Weekly downloads
9
License
BSD-2-Clause
Repository
github
Last release
10 years ago

PPT2PNG

This node package let you convert documents from PPT to Image.

Requirements

PPT2PNG requires the following software to be installed:

  • unoconv
  • LibreOffice-dev
  • ImageMagick

Installation

npm install ppt2png

Debian/Ubunut:

sudo apt-get install unoconv libreoffice-dev imagemagick

Basic Usage

var ppt2png = require('ppt2png');

ppt2png('./foo.ppt', './output/img', function( err ){
    if(err) {
        console.log(err);
    } else {
        console.log('convert successful.');
    }
}); 
0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago