Skip to content

Commit aca40be

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 9bc23b7 + 9047922 commit aca40be

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ pptx-automizer is a Node.js-based PowerPoint (.pptx) generator that automates th
55
`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.
66

77
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).
89

910
## Requirements
1011

@@ -20,10 +21,6 @@ At the moment, you might encounter difficulties for special shape types that req
2021

2122
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.
2223

23-
### PowerPoint Version
24-
25-
All testing focuses on PowerPoint 2019 .pptx file format.
26-
2724
### Slide Masters and -Layouts
2825

2926
`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
3229

3330
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.
3431

32+
### PowerPoint Version
33+
34+
All testing focuses on PowerPoint 2019 .pptx file format.
35+
3536
## Install
3637

3738
There are basically two ways to use `pptx-automizer`.
@@ -699,3 +700,9 @@ This project is deeply inspired by:
699700
- [officegen](https://github.com/Ziv-Barber/officegen)
700701
- [node-pptx](https://github.com/heavysixer/node-pptx)
701702
- [docxtemplater](https://github.com/open-xml-templating/docxtemplater)
703+
704+
705+
### Commercial Support
706+
707+
If you need commercial support on complex .pptx automation, please take a look at [ensembl.io](https://ensembl.io).
708+
![ensemblio](https://ensembl.io/ensemblio-lg.png)

0 commit comments

Comments
 (0)