Socket
Socket
Sign inDemoInstall

pptxtemplater

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pptxtemplater - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

package.json
{
"name": "pptxtemplater",
"version": "1.0.1",
"version": "1.0.2",
"description": ".pptx generator Module for docxtemplater v1.0",

@@ -15,3 +15,3 @@ "contributors": [

"type": "git",
"url": "git@github.wdf.sap.corp:rapid-release/pptxtemplater.git"
"url": "git@github.com:SAP/utils-pptx-templater.git"
},

@@ -36,2 +36,2 @@ "keywords": [

}
}
}
# pptxTemplater
The pptxtemplater modifies powerpoint template and provided data before docxtemplater generates the final version of the document.
The pptxtemplater modifies PowerPoint template and provided data before docxtemplater generates the final version of the document.

@@ -25,4 +25,4 @@ This module can be used only in combination with [docxtemplater][docxtemplater].

===
* nodejs - v6.0 and heigher
* [docxtemplater][docxtemplater]
* nodejs - v6.0 and higher
* [docxtemplater][docxtemplater] - v2.1

@@ -33,3 +33,3 @@ Usage

### Splitt PowerPoint table slides
### Split PowerPoint table slides
You can now split one long table into multiple slides with the smaller number of table rows. To do so, you have to provide maximal number of rows in your template that should be shown on one slide.

@@ -41,3 +41,3 @@

### Duplicate PowerPoint slides
If you have a slide which should be duplicated dynamicaly depending on provideded data you can use "multiplier" tag: `$`. Each slide, containing this tag will be as many times duplicated as many entries are stored in the array with the same name.
If you have a slide which should be duplicated dynamically depending on provided data you can use "multiplier" tag: `$`. Each slide, containing this tag will be as many times duplicated as many entries are stored in the array with the same name.

@@ -53,3 +53,3 @@ If there are no data for this tag, this slide will be deleted.

Otput
Output
![Output sample][pptx-templater-output]

@@ -56,0 +56,0 @@

@@ -182,5 +182,3 @@ 'use strict';

delete this.zip.files[slidePath];
delete this.zip.files[notesSlidePath];
delete this.zip.files[slideRelsPath];
delete this.zip.files[notesSlideRelsPath];
}

@@ -187,0 +185,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc