puredocx-pptx-templater-free

1.0.1 • Public • Published

Installation

Puredocx NPM Home

With modules:

npm install --save @mllx87/puredocx

Usage

First, download the simple.pptx file and place it in the same folder as your JavaScript file.

const Puredocx = require("@mllx87/puredocx");

var puredocx = new Puredocx()

var substitutions = {
    "title":"hello",
    "summary":"New World",
    "staff":30,
    "company":"mllx"
};

puredocx.render("simple.pptx",substitutions,"output.pptx")

For more options see:PureDocx

Readme

Keywords

none

Package Sidebar

Install

npm i puredocx-pptx-templater-free

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

1.72 kB

Total Files

3

Last publish

Collaborators

  • mllx