You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ pptx-automizer is a Node.js-based PowerPoint (.pptx) generator that automates th
5
5
`pptx-automizer` will fit best to users who try to maintain their own library of pptx template files. This is perfect to anyone who uses complex and well-styled customized layouts. Any existing slide and even a single element can be a data driven template for output pptx files.
6
6
7
7
This project is accompanied by [automizer-data](https://github.com/singerla/automizer-data). You can use `automizer-data` to import, browse and transform XSLX- or SAV-data into perfectly fitting graph or table data.
8
+
Find commercial support for .pptx automation at [ensembl.io](https://ensembl.io).
8
9
9
10
## Requirements
10
11
@@ -20,10 +21,6 @@ At the moment, you might encounter difficulties for special shape types that req
20
21
21
22
Extended chart types, like waterfall or map charts, are basically supported. You might need additional modifiers to handle extended properties, which are not implemented yet. Please help to improve `pptx-automizer` and [report](https://github.com/singerla/pptx-automizer/issues/new) issues regarding extended charts.
22
23
23
-
### PowerPoint Version
24
-
25
-
All testing focuses on PowerPoint 2019 .pptx file format.
26
-
27
24
### Slide Masters and -Layouts
28
25
29
26
`pptx-automizer` supports importing slide masters and their associated slide layouts into the output presentation.
@@ -32,6 +29,10 @@ While `pptx-automizer` allows you to import and work with slide layouts, it's im
32
29
33
30
Please be aware that importing slideLayouts containing complex contents, such as charts and images, is currently not supported. For instance, if a slideLayout includes an icon that is not present on the slideMaster, this icon will break when the slideMaster is auto-imported into an output presentation. To avoid this issue, ensure that all images and charts are placed exclusively on a slideMaster and not on a slideLayout.
34
31
32
+
### PowerPoint Version
33
+
34
+
All testing focuses on PowerPoint 2019 .pptx file format.
35
+
35
36
## Install
36
37
37
38
There are basically two ways to use `pptx-automizer`.
@@ -699,3 +700,9 @@ This project is deeply inspired by:
0 commit comments