jsreport recipe rendering pptx files
npm install @jsreport/jsreport-pptxjsreport recipe for creating pptx reports
See https://jsreport.net/learn/pptx
22.18.0- update deps to fix audit
- update deps to fix audit
- update deps to fix audit
- pptxTable support col width customization
- update axios to fix audit
- usage of Handlebars.createFrame should inherit existing data to ensure it correctly propagates existing values
- support for dynamic rows, columns generation
- add support for hyperlinks in loop
- use decodeURIComponentRecursive helper to handle better different cases of MS Programs storing encoding target urls
- update @jsreport/office to fix set res.meta.fileExtension without starting .
- fix concat tags logic
- fix can not render report using pptxSlides with one item array
- throw better error when pptxSlides is used as a block helper call
- internal changes to support new response.output api
- add pptxStyle support
- add pptxChart support
- make handlebars partials to work
- remove NUL, VERTICAL TAB characters
- minimum node.js version is now 18.15.0
- update studio build against new webpack and babel
- fix pptxSlides issues with updates after xmldom dep update
- fix support of pptxTable and add support for vertical tables
- pptxImage now support same options as docxImage (usePlaceholderSize, width, height options)
- accept buffer strings as base64 and throw better error when failed to parse office template input
- changes to enable caching of system helpers
- update to support new api for office asset display
- fix errorLine in stack trace when propagating from pptx
Adaptations for the v3 APIs